-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Service Arch
-
Fully Compatible
-
ALL
-
Service Arch 2023-07-24, Service Arch 2023-08-07
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Dereference after null check
Either the check against null is unnecessary, or there may be a null pointer dereference. Pointer is checked against null but then dereferenced anyway
/src/mongo/transport/asio_transport_layer.cpp:1598: FORWARD_NULL 134414 Calling "manager.operator bool()" implies that "manager" might be null-like.