diff --git a/NetworkPkg/TcpDxe/TcpOption.c b/NetworkPkg/TcpDxe/TcpOption.c index 9708cb70c4..39447899c2 100644 --- a/NetworkPkg/TcpDxe/TcpOption.c +++ b/NetworkPkg/TcpDxe/TcpOption.c @@ -163,7 +163,7 @@ TcpSynBuildOption ( // MU_CHANGE [BEGIN] - CodeQL change if (Data == NULL) { ASSERT (Data != NULL); - return 0; // Returning Len of -1 if we fail allocating space + return 0; // Returning Len of 0 if we fail allocating space } // MU_CHANGE [END] - CodeQL change