Closed BogdanTheGeek closed 9 months ago
Thank you for updating the PR, sorry for the delay. Please take a look at the PR checks and correct the issues, you seem to be missing a closing parentheses on line 2268 in ota.c. Thank you!
Sorry about that, I couldn't run the tests locally.
/bot run formatting
Sorry about that, I couldn't run the tests locally.
No worries! Thank you for applying the fix. For the remaining checks, I can take a look at them and push a fix if that works with you. I will be away for a few days but will be able to do this later next week.
Hi, is this going to be merged?
Hi, @BogdanTheGeek, my apologies for the delay. Reviewing the remaining checks now.
Fixes https://github.com/aws/ota-for-aws-iot-embedded-sdk/issues/503
Description
Multiply buffer size by element size (byte). Maybe this should use
sizeof(*pFileBitmap)
. I am not able to run the unit tests as I only have access to a mac and the unit tests depend onmqueue.h
.Checklist:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.