Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 835702 Details for
Bug 1036994
at-spi FTBFS if "-Werror=format-security" flag is used
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
FTBFS fix
at-spi-1.32.0-format-security.patch (text/plain), 418 bytes, created by
Dhiru Kholia
on 2013-12-12 09:26:25 UTC
(
hide
)
Description:
FTBFS fix
Filename:
MIME Type:
Creator:
Dhiru Kholia
Created:
2013-12-12 09:26:25 UTC
Size:
418 bytes
patch
obsolete
>diff --git a/test/simple-at.c b/test/simple-at.c >index 7da2bb5..265239e 100644 >--- a/test/simple-at.c >+++ b/test/simple-at.c >@@ -605,7 +605,7 @@ _festival_say (const char *text, const char *voice, SPIBoolean shutup) > static void > _festival_write (const gchar *command_string, int fd) > { >- fprintf(stderr, command_string); >+ fprintf(stderr, "%s", command_string); > if (fd < 0) { > perror("socket"); > return;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1036994
: 835702 |
835704