cvs commit: src/sys/i386/i386 vm_machdep.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon May 2 16:21:05 PDT 2005
dillon 2005/05/02 16:20:38 PDT
DragonFly src repository
Modified files:
sys/i386/i386 vm_machdep.c
Log:
If a process does not block between setting up %gs and fork()ing, a
stale %gs will be inherited by the forked child.
Reported-by: Joerg Sonnenberger <joerg at xxxxxxxxxxxxxxxxx>
Revision Changes Path
1.35 +13 -2 src/sys/i386/i386/vm_machdep.c
http://www.dragonflybsd.org/cvsweb/src/sys/i386/i386/vm_machdep.c.diff?r1=1.34&r2=1.35&f=u
More information about the Commits
mailing list