forked from pool/ipmitool
12 lines
418 B
Plaintext
12 lines
418 B
Plaintext
--- ipmitool-1.8.9/lib/ipmi_fru.c.orig 2007-03-06 23:15:36.000000000 +0100
|
|
+++ ipmitool-1.8.9/lib/ipmi_fru.c 2007-03-08 13:02:42.000000000 +0100
|
|
@@ -1671,7 +1671,7 @@ ipmi_fru_edit_multirec(struct ipmi_intf
|
|
fru_data = malloc(fru.size + 1);
|
|
if (fru_data == NULL) {
|
|
lprintf(LOG_ERR, " Out of memory!");
|
|
- return;
|
|
+ return -1;
|
|
}
|
|
memset(fru_data, 0, fru.size + 1);
|
|
|