Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
SUSE:SLE-15-SP7:Update
ltrace
gcc9-printf-s-null-argument.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcc9-printf-s-null-argument.patch of Package ltrace
--- output.c 2014-09-02 13:39:08.000000000 +0200 +++ ./output.c.new 2019-01-04 15:22:52.118045911 +0100 @@ -658,7 +658,7 @@ /* 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