Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
wv
hardening-format.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File hardening-format.patch of Package wv
Author: Dmitry Smirnov <onlyjob@member.fsf.org> Last-Update: 2012-02-10 Forwarded: yes Description: fixes FTBFS with format hardening Workaround for error: "format not a string literal and "no format arguments [-Werror=format-security]" --- a/wvRTF.c +++ b/wvRTF.c @@ -192,7 +192,7 @@ rtf_output_char ('{'); /* font color */ - rtf_output (rtfColors[ud->cCol]); + rtf_output ("%s", rtfColors[ud->cCol]); /* font face */ rtf_output ("\\f%d", ud->cFont);
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