NetBSD/sys/netsmb
joerg ce578dfc2b Explicitly cast pointers to uintptr_t before casting to enums. They are
not necessarily the same size. Don't cast pointers to bool, check for
NULL instead.
2020-02-21 00:26:21 +00:00
..
files.netsmb
iconv.c
iconv.h
Makefile
mchain.h
netbios.h
smb_conn.c Explicitly cast pointers to uintptr_t before casting to enums. They are 2020-02-21 00:26:21 +00:00
smb_conn.h
smb_crypt.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
smb_dev.c Reject negative offset/count for smb read/write. 2017-07-28 14:45:59 +00:00
smb_dev.h
smb_iod.c
smb_rq.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
smb_rq.h
smb_smb.c Set 'ntencpass' to NULL as part of 'again', to prevent use-after-free. 2020-01-07 06:14:42 +00:00
smb_subr.c From FreeBSD: 2017-10-03 15:27:10 +00:00
smb_subr.h Plug another overflow: refuse bogus sa_len from user. 2017-07-28 14:37:27 +00:00
smb_tran.h
smb_trantcp.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
smb_trantcp.h
smb_usr.c Reject negative ioc_setupcnt. 2017-07-28 14:40:42 +00:00
smb.h
subr_mchain.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00