Describe the bug
Test suite fails when cups built with gnutls - testjwt crashes due freeing already freed pointer:
To Reproduce
$ ./configure --with-tls=gnutls && make test
Running JSON API tests...
Running JWT API tests...
munmap_chunk(): invalid pointer
Expected behavior
Tests passed (or at least do not crash on the test)
System Information:
- tested on Fedora 41
- CUPS master branch
Additional context
Any additional information which are relevant to the issue.
Describe the bug
Test suite fails when cups built with gnutls - testjwt crashes due freeing already freed pointer:
To Reproduce
$ ./configure --with-tls=gnutls && make test
Expected behavior
Tests passed (or at least do not crash on the test)
System Information:
Additional context
Any additional information which are relevant to the issue.