forked from klee/klee
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDEBT
More file actions
13 lines (9 loc) · 679 Bytes
/
DEBT
File metadata and controls
13 lines (9 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
KLEE 3.1, 29 February 2024
==========================
- New execution tree implementation and klee-exec-tree tool (@251)
- KDAlloc is now the default allocator in KLEE (KDAlloc was introduced in KLEE 3.0)
- Resolve memory reads/writes to single objects in more cases (@tkuchta)
- Concretize values based on seeds when available (@ccadar)
KLEE 3.0, 7 June 2023
=====================
- Added support for the KDAlloc memory allocator, which enables KLEE to more robustly detect use-after-free errors, improves the detection of buffer overflows, and provides deterministic memory allocation (@danielschemmel, based on https://srg.doc.ic.ac.uk/publications/22-kdalloc-ecoop.html)