[EMAIL PROTECTED] wrote:
Update of /repo/OpenLDAP/pkg/ldap/libraries/libldapModified Files: url.c 1.103 -> 1.104 Log Message: Declare enough buffer space for out-of-range URL port numbers
It would have been better simply to never accept out-of-range port numbers. lud_port should have been an unsigned short instead of int. Or just test for the correct range on assignment and return an error as necessary.
-- -- Howard Chu Chief Architect, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/
