Changeset 862 for trunk/server/source3/lib/util_tsock.c
- Timestamp:
- May 13, 2014, 11:39:04 AM (11 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 860
- Property svn:mergeinfo changed
-
trunk/server/source3/lib/util_tsock.c
r745 r862 111 111 } 112 112 113 if (total + more < total) { 114 tevent_req_error(req, EMSGSIZE); 115 return; 116 } 117 113 118 tmp = talloc_realloc(state, state->buf, uint8_t, total+more); 114 119 if (tevent_req_nomem(tmp, req)) {
Note:
See TracChangeset
for help on using the changeset viewer.