Pontential buffer overrun in traffic_line command line
------------------------------------------------------
Key: TS-12
URL: https://issues.apache.org/jira/browse/TS-12
Project: Traffic Server
Issue Type: Bug
Components: Security
Reporter: Leif Hedstrom
Priority: Minor
There are potential buffer overruns in CliMain.cc, where we do things like
strncat(buf, "x", sizeof(buf);
strncat(buf, "y", sizeof(buf);
Proposed patch coming next.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.