Ignore:
Timestamp:
May 12, 2014, 8:58:38 PM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.6: updated vendor to latest version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/async_req/async_sock.c

    r746 r860  
    636636        }
    637637
     638        if (total + more < total) {
     639                tevent_req_error(req, EMSGSIZE);
     640                return;
     641        }
     642
    638643        tmp = talloc_realloc(state, state->buf, uint8_t, total+more);
    639644        if (tevent_req_nomem(tmp, req)) {
Note: See TracChangeset for help on using the changeset viewer.