Changes of Revision 14
[-] [+] | Changed | tacacs+.spec |
[-] [+] | Added | tacacs+_report-msg-buf.patch ^ |
@@ -0,0 +1,11 @@ +--- report.c.orig 2013-12-10 23:28:57.701413125 +0100 ++++ report.c 2013-12-10 23:29:05.189413099 +0100 +@@ -58,7 +58,7 @@ + va_dcl /* no terminating semi-colon */ + #endif + { +- char msg[4096]; /* temporary string */ ++ char msg[16384]; /* temporary string */ + va_list ap; + int ret; + |