summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-25 07:56:03 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-25 07:56:03 +0100
commit28b3703c95cb06642ff245f4d7e265c4591c128f (patch)
treed739e41dd9f2ba32a949d7496453f21baff0db28 /runtime
parent9e5b31fc44136dbcc1e443cfe7714e9daf97d844 (diff)
downloadrsyslog-28b3703c95cb06642ff245f4d7e265c4591c128f.tar.gz
rsyslog-28b3703c95cb06642ff245f4d7e265c4591c128f.tar.xz
rsyslog-28b3703c95cb06642ff245f4d7e265c4591c128f.zip
bugfix: potential segfault in dynafile cache
This bug was triggered by an open failure. The the cache was full and a new entry needed to be placed inside it, a victim for eviction was selected. That victim was freed, then the open of the new file tried. If the open failed, the victim entry was still freed, and the function exited. However, on next invocation and cache search, the victim entry was used as if it were populated, most probably resulting in a segfault.
Diffstat (limited to 'runtime')
0 files changed, 0 insertions, 0 deletions