2 Dec
2007
2 Dec
'07
5:04 a.m.
Edvin Seferovic wrote:
Is the patch already in the CVS ? Can you send me the BugID ( can't find it :( ) ? Can you give me a hint what needs to be ajusted ?
There is no patch in CVS. If it's not in bugs.freeradius.org, it's in the mailing list archives. As for a fix, the code uses "int" where it should really be either "int32" for protocol packing, or "size_t" for lengths. Once those changes are made, it should work. Alan DeKok.