Hi James,
On 1/26/22 12:19, James Prestwood wrote:
Building on GCC 8 resulted in this compiler error. Newer versions
seem
to find malloc.h without the include, but not on GCC 8.
src/sae.c:107:25: error: implicit declaration of function 'reallocarray';
did you mean 'realloc'? [-Werror=implicit-function-declaration]
sm->rejected_groups = reallocarray(NULL, 2, sizeof(uint16_t));
---
src/sae.c | 2 ++
1 file changed, 2 insertions(+)
Applied, thanks.
Regards,
-Denis