You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2009/11/05 05:34:33 UTC

[jira] Resolved: (TS-12) Pontential buffer overrun in traffic_line command line

     [ https://issues.apache.org/jira/browse/TS-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-12.
-----------------------------

    Resolution: Fixed

Fixed, tested on Ubuntu and Fedora Core.

> 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.