mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 08:09:15 +00:00

Fix most critical warnings in the core LDAP library code: AIX has snprintf() so we now #define HAVE_SNPRINTF there. Use snprintf() instead of sprintf() in ldap_perror(). Use snprintf() instead of sprintf() in ldap_init_getfilter_buf() and improve error reporting for bad regular expressions.