| category | fix |
|---|
- Fixed a bug in the
DataFlow::BarrierGuard<...>::getABarrierNodepredicate which caused the predicate to returnDataFlow::Nodes with incorrect indirections. If you usegetABarrierNodeto implement barriers in a dataflow/taint-tracking query it may result in more query results. You can useDataFlow::BarrierGuard<...>::getAnIndirectBarrierNodeto remove those query results.