[ https://issues.apache.org/jira/browse/TS-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Leif Hedstrom updated TS-12: ---------------------------- Attachment: buff.diff Proposed patch. > 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 > Attachments: buff.diff > > > 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.