-
Notifications
You must be signed in to change notification settings - Fork 2.1k
net: inet_ntop might be broken #1845
Copy link
Copy link
Closed
Labels
Area: networkArea: NetworkingArea: NetworkingPlatform: AVRPlatform: This PR/issue effects AVR-based platformsPlatform: This PR/issue effects AVR-based platformsPlatform: MSPPlatform: This PR/issue effects MSP-based platformsPlatform: This PR/issue effects MSP-based platformsType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)Type: questionThe issue poses a question regarding usage of RIOTThe issue poses a question regarding usage of RIOT
Metadata
Metadata
Assignees
Labels
Area: networkArea: NetworkingArea: NetworkingPlatform: AVRPlatform: This PR/issue effects AVR-based platformsPlatform: This PR/issue effects AVR-based platformsPlatform: MSPPlatform: This PR/issue effects MSP-based platformsPlatform: This PR/issue effects MSP-based platformsType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)Type: questionThe issue poses a question regarding usage of RIOTThe issue poses a question regarding usage of RIOT
Looking at https://github.com/RIOT-OS/RIOT/blob/master/sys/net/include/inet_ntop.h#L30:
I wondered if this could be a problem on MSP430 and ATMega.
I've added data type size comparison to the MCU familiy pages in the wiki (see https://github.com/RIOT-OS/RIOT/wiki/Family%3A-ATmega#data-type-sizes, https://github.com/RIOT-OS/RIOT/wiki/Family%3A-MSP430#data-type-sizes, https://github.com/RIOT-OS/RIOT/wiki/Family%3A-ARM#data-type-sizes, and https://github.com/RIOT-OS/RIOT/wiki/Family:-native#data-type-sizes).