NordicSemiconductor / IOS-nRF-Connect-Device-Manager

A mobile management library for devices supporting nRF Connect Device Manager.
https://www.nordicsemi.com/Software-and-tools/Software/nRF-Connect-SDK
Apache License 2.0
86 stars 37 forks source link

Fix for Payload Size Overflow #203

Closed dinesharjani closed 3 months ago

dinesharjani commented 3 months ago

Payload Size cannot exceed UInt16.mx value of 65535 bytes. However, the reassemblySize properties and values are UInt64 size, which can cause crashes. So we've made changes & adjustments to account for this possible disparity.