• Travis Cross's avatar
    Check for null hash on increment of mod_hash limit · 622e0e1a
    Travis Cross 提交于
    When we specifically release all limits on a channel we destroy the
    hash table stored in the "limit_hash" private channel data but we
    don't destroy the private data as it will be reclaimed as part of the
    session.  If limit increment is called after the limit release we can
    reuse that channel private, but we need to check whether the hash
    table is null first.  Fortunately this makes the code look better
    anyway.
    
    FS-6775 #resolve
    FS-6783 #resolve
    622e0e1a
名称
最后提交
最后更新
..
conf 正在载入提交数据...
Makefile.am 正在载入提交数据...
mod_hash.2008.vcproj 正在载入提交数据...
mod_hash.2010.vcxproj 正在载入提交数据...
mod_hash.2012.vcxproj 正在载入提交数据...
mod_hash.c 正在载入提交数据...