fix issues found during static analysis

but only low-hanging fruit that don't require far-reaching refactoring
This commit is contained in:
Nils Philippsen 2014-03-19 14:33:05 +01:00
parent 59a0b0a864
commit c48917e6bf
2 changed files with 2638 additions and 0 deletions

2631
xsane-0.999-coverity.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -64,6 +64,10 @@ Patch12: xsane-0.999-lcms2.patch
# fix signal handling (#1073698) # fix signal handling (#1073698)
# submitted to upstream (Oliver Rauch) via email, 2014-03-19 # submitted to upstream (Oliver Rauch) via email, 2014-03-19
Patch13: xsane-0.999-signal-handling.patch 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 # autoconf-generated files
Patch100: xsane-0.999-7-autoconf.patch.bz2 Patch100: xsane-0.999-7-autoconf.patch.bz2
License: GPLv2+ License: GPLv2+
@ -130,6 +134,7 @@ done
%patch11 -p1 -b .pdf-no-high-bpp %patch11 -p1 -b .pdf-no-high-bpp
%patch12 -p1 -b .lcms2 %patch12 -p1 -b .lcms2
%patch13 -p1 -b .signal-handling %patch13 -p1 -b .signal-handling
%patch14 -p1 -b .coverity
%patch100 -p1 -b .autoconf %patch100 -p1 -b .autoconf
@ -236,6 +241,8 @@ fi
%changelog %changelog
* Wed Mar 19 2014 Nils Philippsen <nils@redhat.com> * Wed Mar 19 2014 Nils Philippsen <nils@redhat.com>
- fix signal handling (#1073698) - 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 * Mon Sep 23 2013 Nils Philippsen <nils@redhat.com> - 0.999-7
- get rid of ancient compat cruft - get rid of ancient compat cruft