[krbdev.mit.edu #2660] rpc code should use socklen_t

Ken Raeburn via RT rt-comment at krbdev.mit.edu
Mon Aug 9 12:11:55 EDT 2004


The RPC code we have now is using "int" where it should use
"socklen_t" in places -- the length argument to accept(), for example.
The AIX compiler we have will generate warnings about mixing "int *"
and "unsigned long *" in these cases, but since they're only warnings,
the compilation still succeeds.

Ken


More information about the krb5-bugs mailing list