| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Thanks Timo Teras.
|
|
|
|
|
|
Thanks zhasha.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some of these functions allow the destination pointer to be NULL.
Do not trap in that case as nothing will be written to the destination
buffer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We can never have an array of more than SIZE_MAX/2/sizeof(gid_t)
gid_t's.
|
|
|
|
|
|
|
|
|
|
We cannot pull stddef.h and since fortify already relies on GCC
features we can use the above typeof trick to get a usable size_t.
|
|
This is currently done only if the pointer is non-NULL.
|