]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Apply the same fix to a potential race in the ISDOTDOT code in
authorDon Lewis <truckman@FreeBSD.org>
Sun, 16 Oct 2005 21:41:54 +0000 (21:41 +0000)
committerDon Lewis <truckman@FreeBSD.org>
Sun, 16 Oct 2005 21:41:54 +0000 (21:41 +0000)
commitd31c91fbcf68d14727680fa4dc99ed4578055f4f
tree5cff885c02c952a7da41d350ad218270ea44fef9
parent9e4ce0ae8fd2c146e16d12c369f3fd41aecc5053
Apply the same fix to a potential race in the ISDOTDOT code in
cd9660_lookup() that was used to fix an actual race in ufs_lookup.c:1.78.
This is not currently a hazard, but the bug would be activated by
marking cd9660 as MPSAFE.

Requested by: bde
sys/fs/cd9660/cd9660_lookup.c
sys/isofs/cd9660/cd9660_lookup.c