mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-20 18:08:19 +00:00
45186e0c0f
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.