PATCH: unsigned/signed

Tim Potter tpot at samba.org
Sat Feb 16 11:56:02 GMT 2002


On Sat, Feb 16, 2002 at 03:03:35PM +0100, andreas moroder wrote:

> here two patches against HEAD for situations where unsigned and signed ints 
> was mixed.
> 
> Please tell me the reason , if this patches are not applied .
> 
> --- utils/smbcacls.c	Fri Feb  8 19:08:40 2002
> +++ utils/smbcacls.and	Sat Feb 16 14:34:35 2002

Applied.  Thanks.

> --- tdb/tdb.c	Fri Feb  8 19:08:32 2002
> +++ tdb/tdb.and	Sat Feb 16 14:46:08 2002

This patch doesn't really solve the problem of the hash size being a u32
and tdb_dump_chain() and most of the other tdb functions treating it as
an int.  The problem is just being hidden by the cast.  )-:


Tim.




More information about the samba-technical mailing list