Skip to content

libethernet: 'unsigned int portmap' is 32 bits, but we only check the first 4 bits.

Ghost User requested to merge libethernet-portmap-fix into release-5.3

We need to multiply the sizeof() with the CHAR_BIT constant defined in 'limits.h' to get the correct size.

Merge request reports