weird error
A.L.M.Buxey at lboro.ac.uk
A.L.M.Buxey at lboro.ac.uk
Fri Feb 8 21:52:19 CET 2008
Hi,
> else you can get into a situation where the compiler assumed the function
> (in this case ldap_get_values) returns an int (32bit), but it actually
> returns a pointer (64bit on 64 bit systems) which can then get truncated
> (which is likely why it always looked the same, because the part that
> stayed after the truncation was the same...)
>
> good debian wiki article about implicit pointer conversion
> http://wiki.debian.org/ImplicitPointerConversions
>
> #define LDAP_DEPRECATED 1 added as the first line in rlm_ldap.c ...
fixed the issue?
alan
More information about the Freeradius-Users
mailing list