Ignore:
Timestamp:
May 13, 2014, 11:39:04 AM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update trunk to 3.6.23

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/lib/async_req/async_sock.c

    r752 r862  
    646646        }
    647647
     648        if (total + more < total) {
     649                tevent_req_error(req, EMSGSIZE);
     650                return;
     651        }
     652
    648653        tmp = talloc_realloc(state, state->buf, uint8_t, total+more);
    649654        if (tevent_req_nomem(tmp, req)) {
Note: See TracChangeset for help on using the changeset viewer.