Changeset 140 for branches/samba-3.0/source/rpc_client/cli_pipe.c
- Timestamp:
- 07/11/08 01:13:42 (5 months ago)
- Files:
-
- 1 modified
-
branches/samba-3.0/source/rpc_client/cli_pipe.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/rpc_client/cli_pipe.c
r134 r140 447 447 } 448 448 449 if (prhdr->auth_len + RPC_HDR_AUTH_LEN < prhdr->auth_len ||450 prhdr->auth_len + RPC_HDR_AUTH_LEN <RPC_HDR_AUTH_LEN) {449 if (prhdr->auth_len + (unsigned int)RPC_HDR_AUTH_LEN < prhdr->auth_len || 450 prhdr->auth_len + (unsigned int)RPC_HDR_AUTH_LEN < (unsigned int)RPC_HDR_AUTH_LEN) { 451 451 /* Integer wrap attempt. */ 452 452 return NT_STATUS_INVALID_PARAMETER;
