Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
libunwind
libunwind-0.98.6-pointer-comparison.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libunwind-0.98.6-pointer-comparison.patch of Package libunwind
Index: tests/Gtest-dyn1.c =================================================================== --- tests/Gtest-dyn1.c.orig +++ tests/Gtest-dyn1.c @@ -106,7 +106,7 @@ sighandler (int signal) name[0] = '\0'; off[0] = '\0'; if (unw_get_proc_name (&cursor, name, sizeof (name), &offset) == 0 - && off > 0) + && offset > 0) snprintf (off, sizeof (off), "+0x%lx", (long) offset); if (verbose) printf ("ip = %lx <%s%s>\n", (long) ip, name, off);
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