]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Ensure that ALL fields of the ap_listen_rec structure are initialized
authorRuediger Pluem <rpluem@apache.org>
Tue, 3 Jun 2025 15:12:14 +0000 (15:12 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 3 Jun 2025 15:12:14 +0000 (15:12 +0000)
commit32ebb6bee936690e6682e5fe93192063ce25b9c0
treef42d3448dfc0f8af8dad870bebf80304c09b40db
parent628012369297dfaa27fe3cdbca51b6210433c821
Ensure that ALL fields of the ap_listen_rec structure are initialized

alloc_listener initializes more fields in the created ap_listen_rec structure
than alloc_systemd_listener as it has more data to add to this structure.
Ensure that all fields of the ap_listen_rec structure are initialized at
least with 0 as later code using this structure depends on this.

Submitted by: jailletc36

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926091 13f79535-47bb-0310-9956-ffa450edef68
server/listen.c