Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for images:x86_64
home:lafenghu
nagios
nagios-fix_encoding_trends.cgi.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nagios-fix_encoding_trends.cgi.patch of Package nagios
--- cgi/getcgi.c | 3 +++ 1 file changed, 3 insertions(+) Index: nagios/cgi/getcgi.c =================================================================== --- nagios.orig/cgi/getcgi.c +++ nagios/cgi/getcgi.c @@ -96,6 +96,9 @@ void unescape_cgi_input(char *input) { break; else if(input[x] == '%') { input[y] = hex_to_char(&input[x + 1]); + if (input[y] == '+') { + input[y] = ' '; + } x += 2; } else
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor