Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
squidGuard.2767
squidGuard-CVE-2009-3826.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File squidGuard-CVE-2009-3826.patch of Package squidGuard.2767
Index: squidGuard-1.4/src/sg.h.in =================================================================== --- squidGuard-1.4.orig/src/sg.h.in +++ squidGuard-1.4/src/sg.h.in @@ -73,7 +73,7 @@ int tolower(); #define REQUEST_TYPE_REDIRECT 2 #define REQUEST_TYPE_PASS 3 -#define MAX_BUF 4096 +#define MAX_BUF 12288 #define DEFAULT_LOGFILE "squidGuard.log" #define WARNING_LOGFILE "squidGuard.log" Index: squidGuard-1.4/src/sgDiv.c.in =================================================================== --- squidGuard-1.4.orig/src/sgDiv.c.in +++ squidGuard-1.4/src/sgDiv.c.in @@ -745,7 +745,7 @@ char *sgParseRedirect(redirect, req, acl p++; break; case 'u': /* Requested URL */ - strcat(buf, req->orig); + strncat(buf, req->orig, 2048); p++; break; default:
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