xdchase

Results 5 issues of xdchase

Hi, I followed the steps in README but got this error when compiling the Nordic NRF52840 demo in Segger: ![image](https://github.com/FreeRTOS/Lab-Project-FreeRTOS-LoRaWAN/assets/48048058/aa2d36e1-5951-42ab-8ef4-71cdc423c569) Not sure what's the best fix here.

# Description In function `setLedKey`, it fails to check `col` properly ``` static inline void setLedKey(led_t *ledArray, const message_t *msg) { uint8_t row = msg->payload[0]; uint8_t col = msg->payload[1]; led_t...

### Description Renode failed to emulate [mbed-os-socket-example](https://github.com/ARMmbed/mbed-os-example-sockets/tree/development) for both wireless and wired board. Particularly, the [only example script I found for mbed](https://github.com/renode/renode/blob/master/scripts/single-node/stm32f746_mbed.resc) works on STM32F746 board, so the report will...

# Description heap buffer overflow in [base64_encode base64.c:262 ](https://github.com/kernkonzept/l4re-core/blob/0fc588157f6f71a73030681df386fbaf3b552cb9/l4util/lib/src/base64.c#L262) # Analyse This function fails to consider edge cases. A quick thought here is when `in_size=1`, `temp` would be a heap...