Browse Source
Fixes various null dereferencing, out-of-bounds memory accesses and `assert(0)` failures in the case of an invalid `uctypes` descriptor. By design `uctypes` can crash because it accesses arbitrary memory, but at least describing the descriptor layout should be forced to be correct and not crash. Fixes issue #12702. Signed-off-by: stijn <stijn@ignitron.net>pull/12917/head
stijn
1 year ago
committed by
Damien George
5 changed files with 63 additions and 10 deletions
Loading…
Reference in new issue