protocol-native: fix out-of-bounds access to SEC_LABEL hex table
If buffer type char[] is 4-byte aligned, higher 3-byte on char could be non-zero if data is not initialized, which make 'buffer[i] >> 4' larger than 0x0f. Use type uint8_t[] on SEC_LABEL buffer to fix it.
Loading
Please register or sign in to comment