[MacPorts] #22770: apr 1.3.9 causes svn to crash due to incorrect APR_OFF_T_FMT
MacPorts
noreply at macports.org
Sat Dec 19 02:54:02 PST 2009
#22770: apr 1.3.9 causes svn to crash due to incorrect APR_OFF_T_FMT
-------------------------------+--------------------------------------------
Reporter: francis@… | Owner: dluke@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 1.8.1
Keywords: | Port: apr
-------------------------------+--------------------------------------------
Comment(by toby@…):
Easy to test:
{{{
#include <stdio.h>
int main() {
off_t x = 1;
printf("%ld %lld\n", x, x);
return 0;
}
}}}
--
Ticket URL: <http://trac.macports.org/ticket/22770#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list