File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ Version 7.2.0 - In Development
3434 TypeList objects, manifesting in longer compile times.
3535 - Deprecated util::PagedArray::push_back due to a race condition. Instead
3636 use util::PagedArray::ValueBuffer::push_back which is faster and thread-safe.
37+ - Fixed various cases of undefined behavior in some LevelSetUtil methods
38+ [Reported by fkemmler]
3739
3840 API changes:
3941 - Deprecated tree::LeafManager::getNodes. This method is no longer used when
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ Bug Fixes:
4949 due to a race condition. Instead use
5050 @vdblink::util::PagedArray::ValueBuffer::push_back util::PagedArray::ValueBuffer::push_back@endlink
5151 which is faster and thread-safe.
52+ - Fixed various cases of undefined behavior in some LevelSetUtil methods
53+ [Reported by fkemmler]
5254
5355@par
5456API changes:
You can’t perform that action at this time.
0 commit comments