Ignore:
Timestamp:
May 27, 2007, 12:26:26 AM (19 years ago)
Author:
Paul Smedley
Message:

Upgrade source to 3.0.25a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/rpc_parse/parse_eventlog.c

    r1 r39  
    355355
    356356        if (q_u->max_read_size - r_u->num_bytes_in_resp) {
    357                 r_u->end_of_entries_padding = SMB_CALLOC_ARRAY(uint8, q_u->max_read_size - r_u->num_bytes_in_resp);
     357                if (!r_u->end_of_entries_padding) {
     358                        return False;
     359                }
    358360
    359361                if(!(prs_uint8s(False, "end of entries padding", ps,
Note: See TracChangeset for help on using the changeset viewer.