C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2026-01-16 12:41:20 +00:00
parent 5e9fd12d8c
commit 08a6b99cfd

View File

@@ -0,0 +1,4 @@
---
category: fix
---
* Fixed a bug in the `DataFlow::BarrierGuard<...>::getABarrierNode` predicate which caused the predicate to return `DataFlow::Node`s with incorrect indirections. If you use `getABarrierNode` to implement barriers in a dataflow/taint-tracking query it may result in more query results. You can use `DataFlow::BarrierGuard<...>::getAnIndirectBarrierNode` to remove those query results.