]> git.ipfire.org Git - pakfire.git/commit
transaction: Copy input string to stack
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 25 Jun 2021 15:46:21 +0000 (15:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 25 Jun 2021 15:46:21 +0000 (15:46 +0000)
commit9a649d7ccff77eb3608e85d111a4cd7403e5ed2d
tree021c5e8a8519721d8138a1c3fb79e5561253986b
parentdf42ab4073371c2dbd0ede8e243dc1a3f1f1d7a4
transaction: Copy input string to stack

asprintf suddently does not seem to be happy when the input and output
strings overlap

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