Changeset 860 for vendor/current/lib/async_req
- Timestamp:
- May 12, 2014, 8:58:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/async_req/async_sock.c
r746 r860 636 636 } 637 637 638 if (total + more < total) { 639 tevent_req_error(req, EMSGSIZE); 640 return; 641 } 642 638 643 tmp = talloc_realloc(state, state->buf, uint8_t, total+more); 639 644 if (tevent_req_nomem(tmp, req)) {
Note:
See TracChangeset
for help on using the changeset viewer.