-
- Downloads
sock_util: Add checks to port number parsing
Add additional checks to the port number parsing in str2ep to validate the port number supplied in the string. This only verifies that the port number is no longer than 5 chars and the resulting number fits in a uint16_t. It is still possible to supply up to 5 random chars.
Please register or sign in to comment