Nothing uses kv_flags.
authorflorian <florian@openbsd.org>
Wed, 2 Mar 2022 11:10:43 +0000 (11:10 +0000)
committerflorian <florian@openbsd.org>
Wed, 2 Mar 2022 11:10:43 +0000 (11:10 +0000)
commit2253120044e27eb7d0edd9511dcf1f5675a0e47b
tree8ed2580b715f7fdc21e560683e27be2b2790fd6a
parent3fc968f900e3fc0a78b96d29155f03f418e4052a
Nothing uses kv_flags.

John (j AT bitminer.ca) pointed out that we didn't correctly
initialize struct kv and might use slower KV_FLAG_GLOBBING path in
kv_find depending on stack garbage. Instead of fixing the
initialization just delete kv_flags from struct kv.

OK claudio, tb
usr.sbin/httpd/httpd.c
usr.sbin/httpd/httpd.h
usr.sbin/httpd/server_fcgi.c
usr.sbin/httpd/server_http.c