• Travis Cross's avatar
    Check for null hash or private while holding lock · 7d11e199
    Travis Cross 提交于
    What if the hash were destroyed by one thread holding the lock while
    another thread was waiting for the lock?  The waiting thread would
    have already checked that the hash was non-null and would proceed on
    that assumption after acquiring the lock.
    
    With this commit we check only after acquiring the lock.
    
    ref: FS-6783
    ref: FS-6775
    7d11e199
名称
最后提交
最后更新
..
conf 正在载入提交数据...
Makefile.am 正在载入提交数据...
mod_hash.2008.vcproj 正在载入提交数据...
mod_hash.2010.vcxproj 正在载入提交数据...
mod_hash.2012.vcxproj 正在载入提交数据...
mod_hash.c 正在载入提交数据...