Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-25 | py/objtype: Validate super() arguments. | stijn | |
This fixes various null dereferencing and out-of-bounds access because super_attr assumes the held obj is effectively an object of the held type, which is now verified. Fixes issue #12830. Signed-off-by: stijn <stijn@ignitron.net> |