ArduPilot / SiK

Tools and firmware for the Si1000
BSD 2-Clause "Simplified" License
284 stars 232 forks source link

Fix out-of-bounds writes in param_load() #68

Closed povik closed 2 years ago

povik commented 3 years ago

Hello @tridge and others,

see here a fix of small bug in parameters.c which had some annoying manifestations. The bug lead to memory corruption during initialization.

-- CC: @kaklik

povik commented 3 years ago

So far I superficially tested the change on an ISM01A radio.

AndKe commented 2 years ago

@povik - thank you. @tridge - please pull this one, I've tested it on HM-TRP and it works as advertised.

tridge commented 2 years ago

thank you!