]> git.ipfire.org Git - people/ric9/pakfire.git/commit
parser: Always copy the namespace to the stack
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Jan 2025 14:32:06 +0000 (14:32 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Jan 2025 14:33:06 +0000 (14:33 +0000)
commitf09aaee71c97c7ac7ad39907056ee2d1be3057f8
treec768d7c9d0a001119c6a549d614c875784642788
parent8a9b38112dc61b21885a4b9de151cbc9fcaf2064
parser: Always copy the namespace to the stack

This avoids using strdupa() which will result in those functions not
being possible to be inlined.

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