Actions
Feature #851
closedfc_querysocket(): Check fdopen() return for NULL
Start date:
09/13/2024
Due date:
% Done:
0%
Estimated time:
Description
Passing fdopen() return value directly to fwrite() in fc_querysocket() causes clang-19 analyzer to give a warning. Check the value against NULL first.
Files
Actions