cvs commit: src/sys/kern sysv_shm.c
Robert Garrett
rg70 at sbcglobal.net
Thu Feb 5 11:06:57 PST 2004
David Rhodus wrote:
> drhodus 2004/02/05 10:43:22 PST
>
> DragonFly src repository
>
> Modified files:
> sys/kern sysv_shm.c
> Log:
> 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 xxxxxxx>
>
> Revision Changes Path
> 1.13 +1 -0 src/sys/kern/sysv_shm.c
>
>
>
http://www.dragonflybsd.org/cvsweb/src/sys/kern/sysv_shm.c.diff?r1=1.12&r2=1.13&f=h
Good work David
More information about the Commits
mailing list