Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15
sc
sc-fix-execl-call.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sc-fix-execl-call.patch of Package sc
Index: sc-7.16/cmds.c =================================================================== --- sc-7.16.orig/cmds.c +++ sc-7.16/cmds.c @@ -2563,7 +2563,7 @@ openfile(char *fname, int *rpid, int *rf (void) dup(pipefd[3]); /* connect to second pipe */ } (void) signal(SIGINT, SIG_DFL); /* reset */ - (void) execl("/bin/sh", "sh", "-c", efname, 0); + (void) execl("/bin/sh", "sh", "-c", efname, NULL); exit (-127); } else { /* else parent */ *rpid = pid;
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