[ 
https://issues.apache.org/jira/browse/TS-2457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13859824#comment-13859824
 ] 

ASF subversion and git services commented on TS-2457:
-----------------------------------------------------

Commit 74af2183c3641a3c0f2b7f024b17d5d0db814e93 in branch refs/heads/master 
from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=74af218 ]

TS-2457 Fix usage around strtol, bad review on my part


> isnan called on atoi - undefined behaviour
> ------------------------------------------
>
>                 Key: TS-2457
>                 URL: https://issues.apache.org/jira/browse/TS-2457
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins, Quality
>            Reporter: Radim Kolar
>            Assignee: Leif Hedstrom
>             Fix For: 4.2.0
>
>         Attachments: patch-protocol-atoi
>
>
> found by clang analyzer
> !isnan(atoi(argv[2])) results in undefined behaviour.
> Fix: use strtol, replacement for atoi with error checking and more input 
> format support. can do octal and hexadecimal input out of the box



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to