CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/07/18 13:02:07
Modified files: usr.bin/mandoc : cgi.c man.cgi.8 Log message: Do not use the HTTP_HOST CGI variable, just make the HTTP redirect Location: relative. Less user input is good, it reduces the attack surface. Besides, this removes one global variable and 4 lines of code. Patch from Sebastien Marie <semarie-openbsd at latrappe dot fr>.