Task #133051 - fixed.err

back to task #133051
download
Error: GCC_ANALYZER_WARNING (CWE-401):
xrdb-1.2.2/xrdb.c:233:5: warning[-Wanalyzer-malloc-leak]: leak of ‘*b.buff + *b.used’
xrdb-1.2.2/xrdb.c:1526:1: enter_function: entry to ‘ReProcess’
xrdb-1.2.2/xrdb.c:1531:5: call_function: calling ‘FormatEntries’ from ‘ReProcess’
#  231|           b->room *= 2;
#  232|       }
#  233|->     strncpy(b->buff + b->used, str, len);
#  234|       b->used += len;
#  235|   }

Error: GCC_ANALYZER_WARNING (CWE-401):
xrdb-1.2.2/xrdb.c:233:5: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
xrdb-1.2.2/xrdb.c:1230:1: enter_function: entry to ‘FormatEntries’
xrdb-1.2.2/xrdb.c:1237:24: branch_true: following ‘true’ branch...
xrdb-1.2.2/xrdb.c:1238:13: branch_true: ...to here
xrdb-1.2.2/xrdb.c:1238:12: branch_true: following ‘true’ branch...
xrdb-1.2.2/xrdb.c:1239:13: branch_true: ...to here
xrdb-1.2.2/xrdb.c:1239:13: call_function: calling ‘AppendEntryToBuffer’ from ‘FormatEntries’
#  231|           b->room *= 2;
#  232|       }
#  233|->     strncpy(b->buff + b->used, str, len);
#  234|       b->used += len;
#  235|   }