Browse Source
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.pull/2344/merge
Krzysztof Blazewicz
8 years ago
committed by
Paul Sokolovsky
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue