openwsn-berkeley / lakers

EDHOC implemented in Rust, optimized for microcontrollers, with bindings for C and Python.
https://crates.io/crates/lakers
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

Improve pointer handling on `lakers-c` #211

Closed geonnave closed 4 months ago

geonnave commented 5 months ago

Null pointers should be checked for / detected early.

geonnave commented 4 months ago

Solved in #212.