CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/02 07:28:22
Modified files:
usr.sbin/relayd: relay_http.c
Log message:
relayd: fix NULL check for strdup()
Due to a copy-paste error, relay_lookup_query() would check the wrong kv
member for NULL.
>From Jan Schreiber
