wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wget2 | * tests/libtest.c: Fix two memleaks (b5dc1375)


From: @rockdaboot
Subject: Re: wget2 | * tests/libtest.c: Fix two memleaks (b5dc1375)
Date: Sun, 17 Nov 2024 18:28:49 +0000



Tim Rühsen commented on a discussion on tests/libtest.c: 
https://gitlab.com/gnuwget/wget2/-/commit/b5dc13759d43dbe7e08db1241fc20d7b68878f5b#note_2214966515

 >  #endif
 >  
 >              for (int i = 0; i < wget_vector_size(ocsp_responses); i++) {
 > -                    ocsp_resp_t *r = wget_vector_get(ocsp_responses, it);
 > +                    ocsp_resp_t *r = wget_vector_get(ocsp_responses, i);

This means you have libmicrohttpd installed but not GnuTLS.
Both are basic requirements to build the test suite, but so far only MHD was 
tested in `Makefile.am`.
Just pushed a fix.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/commit/b5dc13759d43dbe7e08db1241fc20d7b68878f5b#note_2214966515
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]