Modify count, payload to u32 and reset written_records to 0 on MAX.
Modified count, payload to u32 as they were ( specifically count ) getting wrap around if the payload length in the frame is of a greater value ( > 60 K). This resulted in the count getting recalculated with a different offset, due to wrap around. This scenario resulted in to the while loop never to exit due to count getting improperly calculated. Avoid this by changing the respective variables to u32 Change-Id: I8cbd2818b20fe33872abab99e17259a5a367b151 CRs-Fixed: 2708208
Loading
-
mentioned in commit 2317f98d
-
mentioned in commit 7326f55e
-
mentioned in commit 55a4d459
-
mentioned in commit 77c15f90
-
mentioned in commit 91eb8834
-
mentioned in commit 85eeb68f
-
mentioned in commit d7b8ab2f
-
mentioned in commit b3e37a46
-
mentioned in commit 56b98053
-
mentioned in commit a828a6e8
Please sign in to comment