Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c5ead5da7bea12ae4b0f55ba6e3d9bfa83aec059 https://github.com/Perl/perl5/commit/c5ead5da7bea12ae4b0f55ba6e3d9bfa83aec059 Author: Lukas Mai <lukasmai....@gmail.com> Date: 2025-08-16 (Sat, 16 Aug 2025)
Changed paths: M perly.c Log Message: ----------- fix type of S_clear_yystack() Functions registered with SAVEDESTRUCTOR_X must be of type 'void (pTHX_ void *)' because that's how scope.c stores and calls them. Should fix this ASan error: scope.c:1537:13: runtime error: call to function S_clear_yystack through pointer to incorrect function type 'void (*)(struct interpreter *, void *)' To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications