Task #547 - added.err

back to task #547
download
Error: GCC_ANALYZER_WARNING (CWE-401):
jose-14-build/jose-14/tests/alg_comp.c: scope_hint: In function ‘test_long_string’
jose-14-build/jose-14/tests/alg_comp.c:55:28: warning[-Wanalyzer-malloc-leak]: leak of ‘get_random_string((unsigned int)inputlen)’
jose-14-build/jose-14/tests/alg_comp.c:20: included_from: Included from here.
#   53|   {
#   54|       assert(length);
#   55|->     uint8_t* c = (uint8_t*)malloc(length*sizeof(uint8_t));
#   56|       assert(c);
#   57|       for (uint32_t i=0; i<length; i++) {