Skip to content

Releases: panda-re/panda

v1.8.43

04 Oct 15:18
Compare
Choose a tag to compare
Reduce memory usage when LLVM is enabled.

Function pass manager objects were being created, but never destroyed.

When a function pass manager object is destroyed, it destroys all pass
objects that have been registered.  Previously pass objects were being
reused, which is why the pass managers were never being freed, but this
results in a large memory leak.  This commit shuffles things around so
the pass managers can be freed.

a891

v1.8.42

17 Sep 22:08
Compare
Choose a tag to compare
Update all panda-rs plugins to latest version

v1.8.41

10 Sep 16:34
Compare
Choose a tag to compare
remove echo

v1.8.40

02 Sep 21:32
Compare
Choose a tag to compare
pyplugins: alter unloading behavior wrt __main_loop_wait

fixup

slightly safer

v1.8.39

23 Aug 14:05
Compare
Choose a tag to compare
Moving Dwarf dump to extras so LAVA can use it

v1.8.38

20 Aug 15:38
Compare
Choose a tag to compare
Fix upload for v4 due to unable to upload same file name twice

v1.8.37

08 Aug 17:22
de4e69e
Compare
Choose a tag to compare
Fix the time-trevel feature (panda/docs/time-travel.md) by cleaning g…

v1.8.36

07 Aug 20:17
c74f69f
Compare
Choose a tag to compare
rollback upload-artifact (#1519)

v1.8.35

02 Aug 16:08
ed5c2f1
Compare
Choose a tag to compare
CI hotfix: on.workflow_run invalid

CI was triggering an error: "Invalid workflow file: .github/workflows/publish_docker.yml#L1
`on.workflow_run` does not reference any workflows."

v1.8.34

11 Jul 03:36
Compare
Choose a tag to compare
Added new functionality to filereadmon plugin

- Added 64 bit support for windows
- Added Linux support for 32 and 64 bit
- Added pread system calls for Linux OS