[gnutls-devel] GnuTLS | Test failure in test-ciphers-api.sh (#764)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Tue Oct 8 16:14:46 CEST 2019




Ricardo M_ Correia commented:


I'm still running into this issue.

@nmav Yes, the nettle testsuite pass and a small program that calls `assert()` correctly raises `SIGABRT`:

```c
$ cat test.c
#include <assert.h>

int main()
{
	assert(0);
	return 0;
}
$ gcc -o test test.c -Wall -std=c99
$ ./test
test: test.c:5: main: Assertion `0' failed.
fish: “./test” terminated by signal SIGABRT (Abort)
```

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/764#note_227532524
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20191008/616e0cca/attachment.html>


More information about the Gnutls-devel mailing list