Actions
Bug #10736
closednfs: NULL pointer errors
Start date:
2019-04-11
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
NULL poinnter errors:
../../common/fs/nfs/nfs4_client_secinfo.c: In function 'nfs4secinfo_otw': ../../common/fs/nfs/nfs4_client_secinfo.c:654:20: error: assignment makes integer from pointer without a cast [-Werror=int-conversion] lookuparg.ga_bits = NULL; ^ cc1: all warnings being treated as errors
Updated by Toomas Soome about 3 years ago
- Subject changed from nfs: NULL poinnter errors to nfs: NULL pointer errors
Updated by Electric Monk about 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit fb248d9bc211ff26660b026400534a81fd96a521
commit fb248d9bc211ff26660b026400534a81fd96a521 Author: Toomas Soome <tsoome@me.com> Date: 2019-04-18T05:42:36.000Z 10736 nfs: NULL pointer errors Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Approved by: Dan McDonald <danmcd@joyent.com>
Actions