Userspace utilities for exFAT filesystems
Go to file
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
.gitignore New upstream release 1.1.3 2022-05-09 12:22:05 +02:00
0001-fsck-fix-memory-leak.patch Fix memory leak in fsck 2022-05-10 12:53:29 +02:00
exfatprogs.spec Fix memory leak in fsck 2022-05-10 12:53:29 +02:00
gating.yaml Add gating support 2021-09-04 10:21:15 +02:00
sources New upstream release 1.1.3 2022-05-09 12:22:05 +02:00