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

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

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

TS-1899 Change all strtod() to strtold()

                
> strtod() on Solaris does not support hex strings
> ------------------------------------------------
>
>                 Key: TS-1899
>                 URL: https://issues.apache.org/jira/browse/TS-1899
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 3.3.3
>
>
> For the ESI plugins, we have a regresion test:
> {code}
>     assert(esi_expr.evaluate("$(HTTP_COOKIE{grade}) < -0x2"));
> {code}
> This fails, because on OmniOS / Solaris, g++ does not seem to think it can / 
> should support hex strings. However, strtold() always conforms to C99/SUSv3 
> on Solaris, so we can use that.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to