What's Changed
- Fix duplicated cookies by @zhengyu123 in #564
- fix(wallclock): add signal-origin guard to WallClockJvmti by @jbachorik in #569
- fix: prevent overflow and misaligned read in build-id parsing by @edznux-dd in #567
- fix: bound DWARF .eh_frame_hdr parsing to the section by @edznux-dd in #571
- fix: bounds-check ELF section and symbol-table parsing by @edznux-dd in #568
- fix(spinlock): bound OptionalSharedLockGuard spin in signal handler paths by @jbachorik in #572
- Native malloc fixes and cleanup by @jbachorik in #550
- feat(chaos): production-pattern antagonists + Java-25 thread-churn crash simulation by @jbachorik in #558
- Refactor argument matching with case insensitive string comparison by @zhengyu123 in #580
- fix(calltrace): fix three SIGSEGV-inducing defects in clearTableOnly/collect (PROF-14889) by @jbachorik in #585
- feat(fuzz): add GitLab fuzzing infra setup by @edznux-dd in #587
- feat: native socket I/O tracking via PLT hooks (PROF-10637) by @jbachorik in #488
- fix: switch container runtime to podman by @kaahos in #588
- fix(tsan): suppress false-positive race from VA reuse in LinearAllocator by @jbachorik in #593
- feat(otep) Publish thread context attribute keys at process start by @ivoanjo in #576
- Fix crash at thread exit by @zhengyu123 in #591
- feat(sframe): complete SFrame V2 parser — replace stub with full implementation by @jbachorik in #471
- fix(profiler): name native threads periodically (PROF-15139) by @jbachorik in #601
- fix(jfr): prevent duplicate method-pool ids (PROF-15130) by @jbachorik in #602
- fix(chaos): rate-limit tight-loop antagonists to prevent long-run OOM by @jbachorik in #604
- feat(otep): add batch reapply-by-id-and-bytes context API by @jbachorik in #598
- Potentially infinite loop and store trace in unowned slot in CallTraceHashTable::putWithExistingId() by @zhengyu123 in #578
- fix(jfr): skip emitting empty constant pools by @jbachorik in #603
New Contributors
- @edznux-dd made their first contribution in #567
- @kaahos made their first contribution in #588
Full Changelog: v_1.44.0...v_1.45.0