[gnutls-devel] GnuTLS | tests/slow/test-ciphers-api.sh (cipher-api-test.c) relies on undefined behavior of abort() (#623)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Thu Jan 3 13:10:39 CET 2019
Is that really the case?
```
-- Function: void abort (void)
This function actually terminates the process by raising a
‘SIGABRT’ signal, and your program can include a handler to
intercept this signal; see *note Signal Handling::.
```
https://www.gnu.org/software/libc/manual/html_mono/libc.html#Aborting-a-Program
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/623#note_128646434
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/20190103/5001d79f/attachment.html>
More information about the Gnutls-devel
mailing list