tjr 2004/02/22 17:40:47 PST
FreeBSD src repository
Modified files:
sys/isofs/cd9660 cd9660_vnops.c
Log:
cookies is an array of u_long, not u_int, so MALLOC() it accordingly.
Allocating it with the wrong size could have caused corruption on
64-bit architectures.
Revision Changes Path
1.96 +2 -2 src/sys/isofs/cd9660/cd9660_vnops.c