cvs commit: src/sys/kern sysv_shm.c

Jacques Vidrine nectar at FreeBSD.org
Thu Feb 5 10:00:38 PST 2004


nectar      2004/02/05 10:00:35 PST

  FreeBSD src repository

  Modified files:
    sys/kern             sysv_shm.c 
  Log:
  Correct a reference counting bug in shmat(2).  If vm_map_find(9)
  failed, the reference count for the virtual memory object referenced
  by the specified shared memory segment would have been erroneously
  incremented.
  
  Reported by:    Joost Pol <joost at pine.nl>
  
  Revision  Changes    Path
  1.90      +1 -0      src/sys/kern/sysv_shm.c


More information about the cvs-src mailing list