HardenedBSD/sys
Poul-Henning Kamp b422956c56 The path name buffer, cn->cn_pnbuf, is FREEed by VOP_MKDIR when
relookup() in union_relookup() is succeeded.  However, if relookup()
returns non-zero value, that is relookup fails, VOP_MKDIR is never
called (c.f. union_mkshadow).  Thus, pathname buffer is never FREEed.

Reviewed by:	phk
Submitted by:	kato
PR:		3262
1997-04-13 06:27:09 +00:00
..
alpha Removed unused #includes. 1997-04-09 15:34:09 +00:00
amd64 Decrease the amount of memory allocated for bouncing. This will 1997-04-13 04:07:24 +00:00
compat/linux
compile
conf Enables lnc driver on PC-98 to support NEC SV-98/2-B06 PCI card. 1997-04-08 10:33:24 +00:00
ddb Everyone's favorite, i think: make DDB understand the arrow keys for the 1997-04-12 17:35:02 +00:00
dev aic7xxx.seq: 1997-04-10 19:13:07 +00:00
fs The path name buffer, cn->cn_pnbuf, is FREEed by VOP_MKDIR when 1997-04-13 06:27:09 +00:00
geom
gnu
i386 Decrease the amount of memory allocated for bouncing. This will 1997-04-13 04:07:24 +00:00
isa Preserve some bits in the keyboard controller command byte when 1997-04-10 12:26:50 +00:00
isofs/cd9660 Get the declaration of `struct dirent' from <sys/dirent.h>, not from 1997-04-10 15:05:38 +00:00
kern Improve the buffer cache memory policy by moving pages over to the 1997-04-13 03:33:25 +00:00
libkern
miscfs The path name buffer, cn->cn_pnbuf, is FREEed by VOP_MKDIR when 1997-04-13 06:27:09 +00:00
modules Make MOD_* macros almost consistent: 1997-04-06 11:14:13 +00:00
msdosfs Get the declaration of `struct dirent' from <sys/dirent.h>, not from 1997-04-10 14:56:49 +00:00
net
netatalk
netinet Make MOD_* macros almost consistent: 1997-04-06 11:14:13 +00:00
netipx
netkey
netns
nfs
nfsclient
nfsserver
pc98 Synchronize with sys/i386/i386/machdep.c revision 1.237. 1997-04-13 06:02:52 +00:00
pccard Make MOD_* macros almost consistent: 1997-04-06 11:14:13 +00:00
pci
powerpc/include
rpc
scsi
sys Deprecated <sys/dir.h> some more - changed the comment saying that 1997-04-10 13:54:19 +00:00
tools
ufs Use smalllblktosize() instead of multiplying small block numbers 1997-04-10 13:17:09 +00:00
vm Fully implement vfork. Vfork is now much much faster than even our 1997-04-13 01:48:35 +00:00
Makefile