Error: CPPCHECK_WARNING (CWE-476):
freetype-2.14.1/ft2demos-2.14.1/src/ttdebug.c:1585: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: requested_pos
# 1583|       for ( i = 0; i < requested_cnt; i++ )
# 1584|       {
# 1585|->       requested_pos[i] = (FT_Fixed)( strtod( s, &s ) * 65536.0 );
# 1586|         /* skip until next whitespace in case of junk */
# 1587|         /* that `strtod' doesn't handle               */
