Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
graphviz
graphviz-gd_png_check_sig.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File graphviz-gd_png_check_sig.patch of Package graphviz
--- lib/gd/gd_png.c +++ lib/gd/gd_png.c @@ -150,7 +150,7 @@ return NULL; } - if (!png_check_sig (sig, 8)) { /* bad signature */ + if (png_sig_cmp (sig, 0, 8)) { /* bad signature */ return NULL; /* bad signature */ }
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