Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring0rb
expect
expect-5.45-format-security.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File expect-5.45-format-security.patch of Package expect
--- exp_clib.c.orig +++ exp_clib.c @@ -1938,8 +1938,8 @@ char *str; { if (exp_is_debugging) { - fprintf(stderr,str); - if (exp_logfile) fprintf(exp_logfile,str); + fprintf(stderr, "%s", str); + if (exp_logfile) fprintf(exp_logfile, "%s", str); } }
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