Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
tacacs+
> tacacs+_report-msg-buf.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File tacacs+_report-msg-buf.patch of Package tacacs+ (Revision 14)
Currently displaying revision
14
,
show latest
--- 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;