mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
In `btree_seq()`, when `__bt_seq()` gets called with invalid `flags` argument it will return `RET_ERROR` and it won't initialize `val`. If field `data` of uninitialized `val` is passed to `mp_obj_new_bytes()` it causes a segfault.
13 KiB
13 KiB