mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-16 14:09:54 +00:00
This condition was suggesting that loop can break while om is NULL but this loop breaks only when copied enough bytes and om is expected to have enough space.