1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +01:00
Koen Zandberg b024ff1cb8
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.
2018-07-19 22:07:19 +02:00
..
2018-05-21 16:37:38 +02:00
2018-03-06 14:00:32 +01:00
2018-03-06 14:00:32 +01:00
2018-04-06 11:18:53 +02:00
2018-06-11 19:12:02 +02:00
2015-08-30 14:00:33 +02:00