]> git.ipfire.org Git - people/stevee/pakfire.git/commit
pwd: Remove static buffer for subid entry
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 28 Apr 2023 09:40:26 +0000 (09:40 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 28 Apr 2023 09:40:26 +0000 (09:40 +0000)
commit2cdf5a9b4bfe308ce40f9547942c45a550e079f1
treeab85e2db71eb17437a7ee87993e8aea2c76b4719
parentde84c8660d6e3eb57b6341110ac0fab5fdcba046
pwd: Remove static buffer for subid entry

In the build service, it could happen that Pakfire runs concurrently
which might cause that the statically allocated memory might be
overwritten by another thread.

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