fcoe-utils/fcoe-utils-1.0.7-free.patch
Jan Zeleny 5af7502deb - fixed SIGSEGV when fcoe module isn't loaded (#498550)
- removed make patch, which was previously imported, but it's useless
2009-05-04 11:52:53 +00:00

13 lines
297 B
Diff

--- fcoe-utils-1.0.7/fcoeadm.c 2009-03-27 21:40:22.000000000 +0100
+++ fcoe-utils-1.0.7/fcoeadm.c.free 2009-05-04 11:29:00.000000000 +0200
@@ -250,8 +250,8 @@ fcoeadm_find_fchost(char *ifname, char *
}
free(namelist[n]);
}
+ free(namelist);
}
- free(namelist);
return found;
}