]> git.ipfire.org Git - pakfire.git/commit
file: Do not fail if we did not find a dynamic section
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Sep 2023 13:38:59 +0000 (13:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Sep 2023 17:00:55 +0000 (17:00 +0000)
commita17d0a4bbf6dd934ee964482e0b09027a62c95ea
tree2a9e03453fabb024bf83abbca5a13676f24374ce
parent6541e00877c67392a233535bd593425219bf6f12
file: Do not fail if we did not find a dynamic section

Some files might not have these. That should not be an error, because
those files will fail their checks later on.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/file.c