[
https://issues.apache.org/jira/browse/TS-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leif Hedstrom reassigned TS-228:
--------------------------------
Assignee: Theo Schlossnagle
Assigning to Theo, for some Solaris love.
> Solaris 64-bit SunPro long is 64-bit while for g++ 64-bit long is 32-bit, we
> shoud not use "long" anywhere in TS
> ----------------------------------------------------------------------------------------------------------------
>
> Key: TS-228
> URL: https://issues.apache.org/jira/browse/TS-228
> Project: Traffic Server
> Issue Type: Bug
> Components: Cleanup
> Affects Versions: 2.1.0
> Reporter: John Plevyak
> Assignee: Theo Schlossnagle
> Priority: Critical
> Fix For: 2.1.2
>
>
> Solaris 64-bit SunPro long is 64-bit while for g++ 64-bit long is 32-bit.
> This is a potential can of worms which at the least is making records.snap
> incompatible but at worse could be the cause of other bugs.
> In any case we should not be using "long" in the TS code, but instead use
> either "int" which is always 32-bits or "inkXXX" of a particular size.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.