Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Feb 2004 10:00:35 -0800 (PST)
From:      Jacques Vidrine <nectar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern sysv_shm.c
Message-ID:  <200402051800.i15I0ZOx085923@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@pine.nl>
  
  Revision  Changes    Path
  1.90      +1 -0      src/sys/kern/sysv_shm.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402051800.i15I0ZOx085923>