Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
Description
Using reactos-bootcd-0.4.15-dev-5186-gbbef618-x86-gcc-lin-dbg
Follow-up ticket for CORE-18371.
ReactOS considers 0xFFFF as invalid and allowing only ports in 1 - 0xFFFE range
https://git.reactos.org/?p=reactos.git;a=blob;f=sdk/lib/drivers/ip/transport/tcp/tcp.c;hb=HEAD#l207
208 NTSTATUS TCPStartup(VOID) |
... |
217 Status = PortsStartup( &TCPPorts, 1, 0xfffe ); |
See comment from learn_more : 0xFFFF should be considered valid.
Attachments
Issue Links
- duplicates
-
CORE-18371 ASSERT : TCP.sys : Connection->AddressFile->Port != 0xFFFF
- Resolved