Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validate address port range in SOCKS5 request handling.
This update adds a validation check for port values in SOCKS5 requests to ensure they fall within the acceptable range of 0 to 65535. If the port is outside this range, an error is returned, preventing potential malfunctions or crashes due to invalid port numbers.
- Loading branch information