cvs commit: src/sys/kern vfs_aio.c

Christian S.J. Peron csjp at FreeBSD.org
Sat Jan 14 17:55:46 PST 2006


csjp        2006-01-15 01:55:45 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_aio.c 
  Log:
  Initialize ki to p->p_aioinfo after we know it's going to be referencing
  a valid kaioinfo structure. This avoids a potential NULL pointer dereference.
  
  Found with:     Coverity Prevent(tm)
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.206     +2 -2      src/sys/kern/vfs_aio.c


More information about the cvs-all mailing list