Show
Ignore:
Timestamp:
07/11/08 01:13:42 (5 months ago)
Author:
psmedley
Message:

Update branch to 3.0.31 release

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/rpc_client/cli_pipe.c

    r134 r140  
    447447                } 
    448448 
    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) { 
    451451                        /* Integer wrap attempt. */ 
    452452                        return NT_STATUS_INVALID_PARAMETER;