diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 15:03:01 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 15:03:01 +0200 |
commit | 777af8a8761d05c30588abec7444b143fe7393f0 (patch) | |
tree | 5a135c37eaa9ac94772819a28ce5beedd18e5c4a /debian/patches/passwd_option | |
parent | c3445516ecd58e97de483cf4b7fafcc1104890d7 (diff) | |
parent | b32d92e890caac903491116e9d817aa780c0323b (diff) |
Merge tag 'upstream/1.8.14'
Upstream version 1.8.14
Diffstat (limited to 'debian/patches/passwd_option')
-rw-r--r-- | debian/patches/passwd_option | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/patches/passwd_option b/debian/patches/passwd_option deleted file mode 100644 index 94c96eb..0000000 --- a/debian/patches/passwd_option +++ /dev/null @@ -1,21 +0,0 @@ -diff -rupN ipmitool-1.8.11/lib/ipmi_main.c ipmitool-1.8.11.fixed/lib/ipmi_main.c ---- ipmitool-1.8.11/lib/ipmi_main.c 2009-02-26 05:38:52.000000000 +0900 -+++ ipmitool-1.8.11.fixed/lib/ipmi_main.c 2009-12-04 06:50:08.246119798 +0900 -@@ -106,7 +106,7 @@ ipmi_password_file_read(char * filename) - char * pass = NULL; - int l; - -- pass = malloc(16); -+ pass = malloc(21); - if (pass == NULL) { - lprintf(LOG_ERR, "ipmitool: malloc failure"); - return NULL; -@@ -120,7 +120,7 @@ ipmi_password_file_read(char * filename) - } - - /* read in id */ -- if (fgets(pass, 16, fp) == NULL) { -+ if (fgets(pass, 21, fp) == NULL) { - lprintf(LOG_ERR, "Unable to read password from file %s", - filename); - fclose(fp); |