Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jacob Cobbett-SmithJacob Cobbett-SmithReporter
Gavin HallidayGavin HallidayPriority
Not specifiedFix versions
Pull Request URL
Details
Details
Components
Assignee
Jacob Cobbett-Smith
Jacob Cobbett-SmithReporter
Gavin Halliday
Gavin HallidayPriority
Fix versions
Pull Request URL
Created November 3, 2022 at 8:52 AM
Updated February 2, 2023 at 2:26 PM
Resolved January 13, 2023 at 3:46 PM
The following code is generating warnings, and should be revisited:
2022-11-03T00:36:46.9930880Z /Users/runner/work/HPCC-Platform/HPCC-Platform/dali/base/dadfs.cpp:4085:16: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference] 2022-11-03T00:36:47.0030190Z return *(IDistributedFilePart *)NULL; 2022-11-03T00:36:47.0130530Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-03T00:36:47.5247190Z /Users/runner/work/HPCC-Platform/HPCC-Platform/dali/base/dadfs.cpp:5884:20: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference] 2022-11-03T00:36:47.5347300Z return *(IDistributedFilePart *)NULL; 2022-11-03T00:36:47.5448530Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~