mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Fix in-place checks in buffer management
The previous implementation didn't work correctly, and would thus result in soundness issues. Rust 1.78 finally fixes debug assertions in the standard library so this was caught immediately.
This commit is contained in:
@@ -10,6 +10,13 @@ Since there is no stable release yet, the changes are organized per day in
|
||||
reverse chronological order. The main purpose of this document in its current
|
||||
state is to list breaking changes.
|
||||
|
||||
## [2024-05-04]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed a soundness issue in the buffer management where in-place input/output
|
||||
buffers may not have been recognized properly before.
|
||||
|
||||
## [2024-03-23]
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user