Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
## 3.24.4

- Added mpf_masterfiles_stage_build_always flag file to enable legacy behavior
of masterfiles-stage to always run cfbs build (ENT-13756)
- Enabled select_region to converge across multiple passes (CFE-3866)
- Fixed buffer overflow in build XPath for edit_xml (ENT-13550)
- Fixed buffer overflow in cf-secret when using multiple keys of different sizes
- Enabled `select_region` to converge across multiple passes (CFE-3866)
- Fixed buffer overflow in build XPath for `edit_xml` (ENT-13550)
- Fixed buffer overflow in `cf-secret` when using multiple keys of different sizes
(ENT-13591)
- Fixed buffer overflow in the files promise
- Fixed heap buffer overflow in files edit_line (ENT-13590)
- Fixed memory leak in isreadable() policy function
- Fixed heap buffer overflow in files `edit_line` (ENT-13590)
- Fixed memory leak in `isreadable()` policy function
- Fixed potential buffer overflow when computing chroot path
(ENT-13551)
- Fixed potential buffer overflow when converting strings to GIDs/UIDs
Expand Down
Loading