CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/30 18:10:51
Modified files:
usr.sbin/httpd : httpd.h server_fcgi.c server_http.c
Log message:
repair hsts header output, wrong format strings caused broken
Strict-Transport-Security headers. Add __format__ attribute to
kv_set() and kv_setkey() to make it easier to spot such problems.
Found by and fix from Donovan Watteau <tsoomi -AT- gmail -DOT- com>,
thanks for your help.
ok deraadt@
