git: fix(libfetch): remove unused base64 length counter in http_base64()
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed May 27 17:40:36 PDT 2026
commit c6b55dc38eeca7d45105837402a0da6d46463590
Author: Abdelkader Boudih <dragonflybsd at seuros.com>
Date: Sat May 23 14:02:21 2026 +0000
fix(libfetch): remove unused base64 length counter in http_base64()
The 'r' variable tracked output length but was never returned or
used. The function returns the NUL-terminated string directly.
Summary of changes:
lib/libfetch/http.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c6b55dc38eeca7d45105837402a0da6d46463590
--
DragonFly BSD source repository
More information about the Commits
mailing list