fix issues found during static analysis
but only low-hanging fruit that don't require far-reaching refactoring
This commit is contained in:
parent
59a0b0a864
commit
c48917e6bf
2631
xsane-0.999-coverity.patch
Normal file
2631
xsane-0.999-coverity.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -64,6 +64,10 @@ Patch12: xsane-0.999-lcms2.patch
|
||||
# fix signal handling (#1073698)
|
||||
# submitted to upstream (Oliver Rauch) via email, 2014-03-19
|
||||
Patch13: xsane-0.999-signal-handling.patch
|
||||
# fix issues found during static analysis that don't require far-reaching
|
||||
# refactoring
|
||||
# submitted to upstream (Oliver Rauch) via email, 2014-03-19
|
||||
Patch14: xsane-0.999-coverity.patch
|
||||
# autoconf-generated files
|
||||
Patch100: xsane-0.999-7-autoconf.patch.bz2
|
||||
License: GPLv2+
|
||||
@ -130,6 +134,7 @@ done
|
||||
%patch11 -p1 -b .pdf-no-high-bpp
|
||||
%patch12 -p1 -b .lcms2
|
||||
%patch13 -p1 -b .signal-handling
|
||||
%patch14 -p1 -b .coverity
|
||||
|
||||
%patch100 -p1 -b .autoconf
|
||||
|
||||
@ -236,6 +241,8 @@ fi
|
||||
%changelog
|
||||
* Wed Mar 19 2014 Nils Philippsen <nils@redhat.com>
|
||||
- fix signal handling (#1073698)
|
||||
- fix issues found during static analysis that don't require far-reaching
|
||||
refactoring
|
||||
|
||||
* Mon Sep 23 2013 Nils Philippsen <nils@redhat.com> - 0.999-7
|
||||
- get rid of ancient compat cruft
|
||||
|
Loading…
Reference in New Issue
Block a user