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/source3/lib/util_tsock.c

    r745 r862  
    111111        }
    112112
     113        if (total + more < total) {
     114                tevent_req_error(req, EMSGSIZE);
     115                return;
     116        }
     117
    113118        tmp = talloc_realloc(state, state->buf, uint8_t, total+more);
    114119        if (tevent_req_nomem(tmp, req)) {
Note: See TracChangeset for help on using the changeset viewer.