Skip to content

Commit

Permalink
This fixes CID 1518257 (#10404)
Browse files Browse the repository at this point in the history
* Initialize _fd to a dummy value.
  • Loading branch information
moonchen authored Sep 18, 2023
1 parent a3f807d commit 5737f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iocore/net/AsyncSignalEventIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ class AsyncSignalEventIO : public EventIO
void process_event(int flags) override;

private:
int _fd;
int _fd = -1;
};

0 comments on commit 5737f77

Please sign in to comment.