mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2026-02-01 14:41:08 +00:00
* 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.