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 909317 Details for
Bug 1106116
d52: FTBFS in rawhide
[?]
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]
Patch for rawhide
0001-Fix-FTBFS-with-Werror-format-security-1106116.patch (text/plain), 2.27 KB, created by
Yaakov Selkowitz
on 2014-06-17 00:04:05 UTC
(
hide
)
Description:
Patch for rawhide
Filename:
MIME Type:
Creator:
Yaakov Selkowitz
Created:
2014-06-17 00:04:05 UTC
Size:
2.27 KB
patch
obsolete
>From 3c80f2eba272d606f83b1548784440d35bb58c22 Mon Sep 17 00:00:00 2001 >From: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> >Date: Mon, 16 Jun 2014 19:03:03 -0500 >Subject: [PATCH] Fix FTBFS with -Werror=format-security (#1106116) > >--- > d52.spec | 7 ++++++- > d52v341-format-security.patch | 13 +++++++++++++ > 2 files changed, 19 insertions(+), 1 deletion(-) > create mode 100644 d52v341-format-security.patch > >diff --git a/d52.spec b/d52.spec >index 2933fa1..dd6fa8d 100644 >--- a/d52.spec >+++ b/d52.spec >@@ -9,12 +9,13 @@ > Name: d52 > URL: http://www.brouhaha.com/~eric/software/d52/ > Version: %{major}.%{minor}.%{patchlevel} >-Release: 3%{?dist} >+Release: 4%{?dist} > Group: Development/Languages > License: GPLv3+ > Summary: Disassemblers for 8051, 8048, and Z80 families > Source: http://www.brouhaha.com/~eric/software/d52/%{name}v%{major}%{minor}%{patchlevel}.zip > Patch0: d52v341-nostrip.patch >+Patch1: d52v341-format-security.patch > BuildRequires: dos2unix > > %description >@@ -32,6 +33,7 @@ done > # Fedora-specific patch to avoid stripping the executables in the build > # process, as that interferes with creation of a debuginfo RPM. > %patch0 -p1 -b .nostrip >+%patch1 -p1 -b .format-security > > %build > make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" >@@ -57,6 +59,9 @@ install -p -m0644 cyclefiles/*.{a51,d52,bin,ctl,HEX,LST,z80} %{buildroot}%{_data > %doc cyclefiles/cycle_counting.{doc,htm,rtf} > > %changelog >+* Mon Jun 16 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 3.4.1-4 >+- Fix FTBFS with -Werror=format-security (#1106116) >+ > * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.1-3 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild > >diff --git a/d52v341-format-security.patch b/d52v341-format-security.patch >new file mode 100644 >index 0000000..af3a4e5 >--- /dev/null >+++ b/d52v341-format-security.patch >@@ -0,0 +1,13 @@ >+diff --git a/d52pass2.c b/d52pass2.c >+index ec45973..9acbb30 100644 >+--- a/d52pass2.c >++++ b/d52pass2.c >+@@ -932,7 +932,7 @@ void dodir(FILE *fp, int adrs) >+ } >+ else if (dir < 0x80) >+ { >+- kcnt += fprintf(fp, rbname[dir].dent); >++ kcnt += fprintf(fp, "%s", rbname[dir].dent); >+ dirregs[dir] |= 1; >+ } >+ else >-- >1.9.3 >
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 1106116
:
903925
|
903926
|
903927
| 909317