CC=gcc-8 ./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-werror --enable-alt-svc --with-libssh2
make
cd tests
make
./runtests.pl -t -n -v 1654
I expected the following
Successful test. Instead, I got:
** MEMORY FAILURE 1 at 10:33:12
Leak detected: memory still allocated: 56 bytes
At 7fffeef464d8, there's 56 bytes.
allocated by altsvc.c:245
LIMIT altsvc.c:188 malloc reached memlimit
Failed on function number 1 in test.
invoke with "-t1" to repeat this single case.
I did this
I expected the following
Successful test. Instead, I got:
curl/libcurl version
8b987cc
operating system
Ubuntu 18.04
The text was updated successfully, but these errors were encountered: