glibc/include/programs
Siddhesh Poyarekar b8e8bb324a xmalloc: Fix warnings with gcc analyzer
Tell the compiler that xmalloc family of allocators always return
non-NULL.  xrealloc in locale/programs also always returns non-NULL,
but that conflicts with default realloc behaviour and that of xrealloc
in libsupport, so keep it as is for now and resolve the differences
later.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
2021-07-28 17:45:14 +05:30
..
xasprintf.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
xmalloc.h xmalloc: Fix warnings with gcc analyzer 2021-07-28 17:45:14 +05:30