NetBSD/sys/netsmb
nakayama 0c073a1ca9 Since "len" has changed to (unsinged) size_t, the while loop
condition (len > 0) became less able to detect its underflow.
So check the subtrahend to avoid the underflow.

Should fix PR kern/44092.
2012-05-11 14:51:39 +00:00
..
files.netsmb
iconv.c
iconv.h unifdef -D__NetBSD__ 2010-12-17 13:05:29 +00:00
Makefile
mchain.h
netbios.h
smb_conn.c Remove everything to do with 'struct malloc_type' and the malloc link_set. 2012-04-29 20:27:31 +00:00
smb_conn.h unifdef -D__NetBSD__ 2010-12-17 13:05:29 +00:00
smb_crypt.c
smb_dev.c Remove everything to do with 'struct malloc_type' and the malloc link_set. 2012-04-29 20:27:31 +00:00
smb_dev.h
smb_iod.c Remove everything to do with 'struct malloc_type' and the malloc link_set. 2012-04-29 20:27:31 +00:00
smb_rq.c unifdef -D__NetBSD__ 2010-12-17 13:05:29 +00:00
smb_rq.h
smb_smb.c
smb_subr.c don't mix static and non-static MALLOC_DEFINE()s in the same file, 2011-09-25 13:42:30 +00:00
smb_subr.h Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
smb_tran.h
smb_trantcp.c NULL does not need a cast 2011-08-31 18:31:02 +00:00
smb_trantcp.h
smb_usr.c
smb.h rename SMBFS_MAXFNAMELEN to SMBFS_MAXNAMLEN for consistency 2011-09-27 02:05:10 +00:00
subr_mchain.c Since "len" has changed to (unsinged) size_t, the while loop 2012-05-11 14:51:39 +00:00