Eray Aslan <[email protected]> ha escrit: > ldap.c: In function â_mu_ldap_searchâ: > ldap.c:537:6: warning: array subscript is above array bounds > [-Warray-bounds] > > and indeed env[3] = NULL; looks bad.
Thanks a lot for spotting that. Indeed, it should have been env[2]. Regards, Sergey
_______________________________________________ Bug-mailutils mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-mailutils
