Changes for version v0.1.2 - 2026-06-14
- Fixed a latent NULL dereference in want_lvalue() when upcontext() does not return a valid context frame.
- Hardened want_lvalue() further by checking that the returned context has a subroutine CV before calling CvLVALUE().
- Skipped the threaded subtest in t/09.threads.t on Solaris threaded with Perl 5.10.0, where the old ithreads build can segfault during global destruction after all thread subtests have passed.
- No public API changes.
Modules
Extended caller context detection