Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
procps
pwdx-bufferoverflow.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pwdx-bufferoverflow.diff of Package procps
--- procps-3.2.7/pwdx.c +++ procps-3.2.7/pwdx.c 2006-06-26 16:38:12.000000000 +0200 @@ -60,6 +60,7 @@ for (i = 1; i < argc; i++) { if (regexec(&re, argv[i], 0, NULL, 0) != 0) { snprintf(buf, sizeof buf, "pwdx: invalid process id: %s\n", argv[i]); + buf[sizeof(buf)-1] = '\0'; die(buf); } if (!strcmp("-V", argv[i]) || !strcmp("--version", argv[i]))
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