]> git.ipfire.org Git - pakfire.git/commit
downloader: Fix cURL logging
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 Sep 2023 17:17:06 +0000 (17:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 Sep 2023 17:17:06 +0000 (17:17 +0000)
commit3354f17777523fabcb3c9d4dbbc22c2d3693adbe
tree1c0deb4a92f5dd2ed56dc234caeefc22b46acaf6
parent5649a27678465deda2576d8c5c3cef9fae71acbc
downloader: Fix cURL logging

Log lines are not NULL-terminated and so we should not read further than
indicated.

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