Commit Graph

4 Commits

Author SHA1 Message Date
Pavel Reichl
e223325d9c Fix memory leak in fsck
Upstream fix for this is part of d58057bd9b2f4a24b874a69975ea186466937360

So when we rebase to 1.1.4 we should drop this patch.

Fix convscan problem
RESOURCE_LEAK (CWE-772): [#def10] [important]
exfatprogs-1.1.3/fsck/fsck.c:792: alloc_fn: Storage is returned from allocation function "malloc".
exfatprogs-1.1.3/fsck/fsck.c:792: var_assign: Assigning: "boot_sect" = storage returned from "malloc(512UL)".
exfatprogs-1.1.3/fsck/fsck.c:796: noescape: Resource "boot_sect" is not freed or pointed-to in "exfat_read".
exfatprogs-1.1.3/fsck/fsck.c:799: leaked_storage: Variable "boot_sect"

Resolves: rhbz#2077816
Signed-off-by: Pavel Reichl <preichl@redhat.com>
2022-05-10 12:53:29 +02:00
Pavel Reichl
40f367272c New upstream release 1.1.3
Resolves: rhbz#2078028
Signed-off-by: Pavel Reichl <preichl@redhat.com>
2022-05-09 12:22:05 +02:00
Mohan Boddu
32ac1cb3b4 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-09 19:57:40 +00:00
Pavel Reichl
76f8c159a5 Import from fedora
Resolves: rhbz#1962943
2021-06-10 18:40:21 +02:00