Add static analyzer fixes

Resolves: RHEL-37560
This commit is contained in:
Jakub Jelen 2024-07-04 14:01:44 +02:00
parent e3dba8becf
commit 8e512f7d07
2 changed files with 1019 additions and 0 deletions

1016
gnupg-2.4.5-sast.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -30,6 +30,8 @@ Patch31: gnupg2-revert-rfc4880bis.patch
Patch33: gnupg-2.4.3-restore-systemd-sockets.patch Patch33: gnupg-2.4.3-restore-systemd-sockets.patch
# Revert default EdDSA key types -- they do not work in FIPS Mode # Revert default EdDSA key types -- they do not work in FIPS Mode
Patch34: gnupg-2.4.5-revert-default-eddsa.patch Patch34: gnupg-2.4.5-revert-default-eddsa.patch
# https://dev.gnupg.org/T7129
Patch35: gnupg-2.4.5-sast.patch
URL: https://www.gnupg.org/ URL: https://www.gnupg.org/
@ -124,6 +126,7 @@ to the base GnuPG package
%patch 31 -p1 -b .revert-rfc4880bis %patch 31 -p1 -b .revert-rfc4880bis
%patch 33 -p1 -b .restore-systemd-sockets %patch 33 -p1 -b .restore-systemd-sockets
%patch 34 -p1 -R -b .eddsa %patch 34 -p1 -R -b .eddsa
%patch 35 -p1 -b .sast
# pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper) # pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper)
# Note: this is just the name of the default shared lib to load in scdaemon, # Note: this is just the name of the default shared lib to load in scdaemon,