Actions
Bug #10746
closedtelmod: NULL pointer errors
Start date:
2019-04-12
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
NULL pointer errors:
../../common/io/telmod.c: In function 'rcv_parse': ../../common/io/telmod.c:968:46: error: comparison between pointer and integer [-Werror] if ((*mp->b_rptr == '\n') || (*mp->b_rptr == NULL)) { ^~ ../../common/io/telmod.c:1085:17: error: comparison between pointer and integer [-Werror] (tmp[1] == NULL))) { ^~ ../../common/io/telmod.c: In function 'snd_parse': ../../common/io/telmod.c:1157:13: error: assignment makes integer from pointer without a cast [-Werror=int-conversion] *tmp1++ = NULL; ^ ../../common/io/telmod.c:1176:14: error: assignment makes integer from pointer without a cast [-Werror=int-conversion] *tmp1++ = NULL; ^ cc1: all warnings being treated as errors
Actions