Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
commoncpp2
commoncpp2-overflow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File commoncpp2-overflow.patch of Package commoncpp2
--- src/inaddr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: commoncpp2-1.8.1/src/inaddr.cpp =================================================================== --- commoncpp2-1.8.1.orig/src/inaddr.cpp +++ commoncpp2-1.8.1/src/inaddr.cpp @@ -333,7 +333,7 @@ void IPV4Address::setAddress(const char if(ipaddr) delete[] ipaddr; ipaddr = new struct in_addr[1]; - memset((void *)&ipaddr[0], 0, sizeof(ipaddr)); + memset((void *)&ipaddr[0], 0, sizeof(struct in_addr[1])); return; }
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