forked from pool/ipmitool
This commit is contained in:
parent
19edee2bc0
commit
b8e1cd34c8
@ -1,18 +1,7 @@
|
|||||||
Fix unclosed file handle in ipmi_sdradd.c
|
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs -x Makefile -x Makefile.in ../orig-ipmitool-1.8.12/lib/ipmi_sdradd.c ./lib/ipmi_sdradd.c
|
||||||
|
--- ../orig-ipmitool-1.8.12/lib/ipmi_sdradd.c 2010-04-23 22:00:41.000000000 +0200
|
||||||
References:
|
+++ ./lib/ipmi_sdradd.c 2013-02-28 13:44:59.044084023 +0100
|
||||||
https://bugzilla.novell.com/show_bug.cgi?id=534909
|
@@ -628,6 +629,7 @@
|
||||||
|
|
||||||
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
|
||||||
---
|
|
||||||
lib/ipmi_sdradd.c | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
Index: ipmitool-1.8.11/lib/ipmi_sdradd.c
|
|
||||||
===================================================================
|
|
||||||
--- ipmitool-1.8.11.orig/lib/ipmi_sdradd.c
|
|
||||||
+++ ipmitool-1.8.11/lib/ipmi_sdradd.c
|
|
||||||
@@ -380,6 +380,7 @@ ipmi_sdr_read_records(const char *filena
|
|
||||||
queue->tail->next = sdrr;
|
queue->tail->next = sdrr;
|
||||||
queue->tail = sdrr;
|
queue->tail = sdrr;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user