Actions
Bug #11456
closedmdb: libmlsvc NULL pointer errors
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Build errors with NULL pointer:
../../../common/modules/libmlsvc/smb_ht.c:45:11: error: comparison between pointer and integer [-Werror] ../../../common/modules/libmlsvc/smb_ht.c:66:17: error: assignment makes integer from pointer without a cast [-Werror=int-conversion] ../../../common/modules/libmlsvc/smb_ht.c:81:24: error: comparison between pointer and integer [-Werror]
Updated by Electric Monk almost 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 06fcb0bcd6642c350546e3c87bbe20e27c20bff3
commit 06fcb0bcd6642c350546e3c87bbe20e27c20bff3 Author: Toomas Soome <tsoome@me.com> Date: 2019-07-31T06:57:25.000Z 11456 mdb: libmlsvc NULL pointer errors Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions