cvs commit: src/sys/isofs/cd9660 cd9660_vnops.c

Tim J. Robbins tjr at FreeBSD.org
Sun Feb 22 17:40:47 PST 2004


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


More information about the cvs-src mailing list