]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/aaa/mod_authnz_ldap.c (create_authnz_ldap_dir_config): Fix allocation
authorJoe Orton <jorton@apache.org>
Wed, 20 Nov 2024 10:23:03 +0000 (10:23 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 20 Nov 2024 10:23:03 +0000 (10:23 +0000)
commit73dc77ae8d0974d8ea922673e2371c189e5bd594
treecec1477a786a7cc36c3b326f0ff39ab91659be7a
parent1a02ff94f93801ca8e44f130165223758cec6578
* modules/aaa/mod_authnz_ldap.c (create_authnz_ldap_dir_config): Fix allocation
  of sgAttributes, found by gcc -fanalyzer:

modules/aaa/mod_authnz_ldap.c: scope_hint: In function 'create_authnz_ldap_dir_config'
modules/aaa/mod_authnz_ldap.c:356:23: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921971 13f79535-47bb-0310-9956-ffa450edef68
modules/aaa/mod_authnz_ldap.c