Actions
Bug #11428
closedsendmail: NULL pointer errors
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Build errors with NULL pointer:
mailcompat.c: In function 'getfrom': mailcompat.c:159:32: error: comparison between pointer and integer [-Werror] strncmp(line, "From ", 5) != NULL) ^~ vacation.c: In function 'getfrom': vacation.c:385:32: error: comparison between pointer and integer [-Werror] strncmp(line, "From ", 5) != NULL) ^~ cc1: all warnings being treated as errors
Updated by Electric Monk almost 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit fad16a7e4518fa4e5453c3808b1145177946e030
commit fad16a7e4518fa4e5453c3808b1145177946e030 Author: Toomas Soome <tsoome@me.com> Date: 2019-07-30T18:43:18.000Z 11428 sendmail: NULL pointer errors Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions