summaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-23 14:11:50 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-23 14:11:50 +0100
commitf8dee56243d7378864fdcdcc21262fc563639827 (patch)
treedf84fd60c6f8c959981a75a557add64b5a4d9cc1 /action.c
parent41552fbc5061072f0da0548b84f4da99a6eca2ed (diff)
downloadrsyslog-f8dee56243d7378864fdcdcc21262fc563639827.tar.gz
rsyslog-f8dee56243d7378864fdcdcc21262fc563639827.tar.xz
rsyslog-f8dee56243d7378864fdcdcc21262fc563639827.zip
bugfix: potential re-use of free()ed file stream object in omfile
when dynaCache is enabled, the cache is full, a new entry needs to be allocated, thus the LRU discarded, then a new entry is opend and that fails. In that case, it looks like the discarded stream may be reused improperly (based on code analysis, test case and confirmation pending)
Diffstat (limited to 'action.c')
-rw-r--r--action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.c b/action.c
index 7cafb5e7..724dea4b 100644
--- a/action.c
+++ b/action.c
@@ -4,7 +4,7 @@
*
* File begun on 2007-08-06 by RGerhards (extracted from syslogd.c)
*
- * Copyright 2007-2009 Rainer Gerhards and Adiscon GmbH.
+ * Copyright 2007-2010 Rainer Gerhards and Adiscon GmbH.
*
* This file is part of rsyslog.
*