mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 17:18:28 +08:00
e43aa99ae8
when the offest from rwb->wrblockstart to startblock plus rwb->wrnblocks is greater than rwb->wralignblocks, it will be causing memory overflow since rwb->wrbuffer is allocated rwb.wrmaxblock(rwb.wralignblocks) blocks.