Files
wget2/include
Tim Rühsen 6aba81d4e3 Remove nonnnull attribute from functions
* include/wget/wget.h: Remove G_GNUC_WGET_NONNULL from several functions
* libwget/buffer.c: Add explicit checks for NULL
* libwget/buffer_printf.c (wget_buffer_vprintf_append): Likewise
* libwget/net.c: Likewise

The nonnull attribute removes the NULL checks under certain conditions.
That might turn out as a security flaw.
2017-06-15 12:20:48 +02:00
..