master build failure
Phil Mayers
p.mayers at imperial.ac.uk
Wed Feb 20 17:22:35 CET 2013
On 20/02/13 15:46, A.L.M.Buxey at lboro.ac.uk wrote:
> Hi,
>
>> Arg. Arran has a Centos system which reproduces this. He's looking
>> at it now.
>
> cool, I like reproducability
>
>> Valgrind doesn't find anything. This is weird as hell.
>
> not cool. things just not working is wierd.
Well, based on the discrepancy between the source file and gdb line
counts, I wonder if it's a gcc-ism - maybe inline behaviour or
something? - that's also screwing things up.
Also: is the intent of the various "const" in conffile.c to avoid
mutating the CONF_PARSER objects? Because if so, I think they're the
wrong way round - shouldn't they be:
CONF_PARSER const* x
...rather than
const CONF_PARSER *x
?
More information about the Freeradius-Devel
mailing list