mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 08:48:07 +00:00
![mcs%netscape.com](/assets/img/avatar_default.png)
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.