Actions
Bug #10756
closedkaio: NULL pointer errors
Start date:
2019-04-12
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
NULL pointer errors:
../../common/os/aio.c: In function 'alio_cleanup': ../../common/os/aio.c:1757:17: error: comparison between pointer and integer [-Werror] if (cbp32[i] == NULL) ^~ cc1: all warnings being treated as errors
Updated by Electric Monk about 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit e14e15a6cbf868bfce31e7f485294c3358f1ae2a
commit e14e15a6cbf868bfce31e7f485294c3358f1ae2a Author: Toomas Soome <tsoome@me.com> Date: 2019-04-23T19:40:46.000Z 10756 kaio: NULL pointer errors Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions