Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring1
ltrace
gcc9-printf-s-null-argument.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcc9-printf-s-null-argument.patch of Package ltrace
Index: ./output.c =================================================================== --- ./output.c.orig +++ ./output.c @@ -659,7 +659,7 @@ frame_callback (Dwfl_Frame *state, void /* This mimics the output produced by libunwind below. */ fprintf(options.output, " > %s(%s+0x%" PRIx64 ") [%" PRIx64 "]\n", - modname, symname, off, pc); + modname ?: "(null)", symname ?: "(null)", off, pc); /* See if we can extract the source line too and print it on the next line if we can find it. */
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