* [Cluster-devel] cluster/fence/fenced recover.c
@ 2007-09-18 20:53 lhh
0 siblings, 0 replies; 3+ messages in thread
From: lhh @ 2007-09-18 20:53 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: lhh at sourceware.org 2007-09-18 20:53:17
Modified files:
fence/fenced : recover.c
Log message:
Fix #258141 - possible use after free in fenced
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.25.2.3&r2=1.25.2.4
--- cluster/fence/fenced/recover.c 2007/08/31 14:26:04 1.25.2.3
+++ cluster/fence/fenced/recover.c 2007/09/18 20:53:17 1.25.2.4
@@ -396,6 +396,7 @@
if (!error) {
list_del(&node->list);
free(node);
+ continue;
}
if (!comline.override_path) {
^ permalink raw reply [flat|nested] 3+ messages in thread* [Cluster-devel] cluster/fence/fenced recover.c
@ 2007-09-18 20:53 lhh
0 siblings, 0 replies; 3+ messages in thread
From: lhh @ 2007-09-18 20:53 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: lhh at sourceware.org 2007-09-18 20:53:48
Modified files:
fence/fenced : recover.c
Log message:
Fix #258141 - possible use after free in fenced
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&r1=1.28&r2=1.29
--- cluster/fence/fenced/recover.c 2007/08/28 16:51:39 1.28
+++ cluster/fence/fenced/recover.c 2007/09/18 20:53:47 1.29
@@ -396,6 +396,7 @@
if (!error) {
list_del(&node->list);
free(node);
+ continue;
}
if (!comline.override_path) {
^ permalink raw reply [flat|nested] 3+ messages in thread* [Cluster-devel] cluster/fence/fenced recover.c
@ 2007-09-12 20:30 jparsons
0 siblings, 0 replies; 3+ messages in thread
From: jparsons @ 2007-09-12 20:30 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: jparsons at sourceware.org 2007-09-12 20:30:02
Modified files:
fence/fenced : recover.c
Log message:
Fix for bz258161
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/recover.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.10.2.9&r2=1.10.2.10
--- cluster/fence/fenced/recover.c 2007/01/29 19:55:06 1.10.2.9
+++ cluster/fence/fenced/recover.c 2007/09/12 20:30:01 1.10.2.10
@@ -537,6 +537,7 @@
if (!error) {
list_del(&node->list);
free(node);
+ continue;
}
if (!fd->comline->override_path) {
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-09-18 20:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-18 20:53 [Cluster-devel] cluster/fence/fenced recover.c lhh
-- strict thread matches above, loose matches on Subject: below --
2007-09-18 20:53 lhh
2007-09-12 20:30 jparsons
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).