]> git.ipfire.org Git - pakfire.git/commit
repo: Keep all appdata in the same struct
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Sep 2023 09:09:16 +0000 (09:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Sep 2023 09:09:16 +0000 (09:09 +0000)
commita05576ee4c796a230bea5438fcb462d6d42892a4
tree1107f82863c3cef3502be447798a0b140fc1218b
parent6572139b431022388b34a5ca5d4fa4e89bab14bb
repo: Keep all appdata in the same struct

This is mainly to make the static analyzer happy which fails to track
any strings allocated and stored in the appdata struct.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/include/pakfire/repo.h
src/libpakfire/repo.c
src/libpakfire/transaction.c