blob: 657993f6b0daf48dfccf9176e23091d6599d2163 [file] [log] [blame]
This patch addresses a bug in CFSetApplyFunction that can result in it accessing and modifying deallocated key memory when iterating over a mutable
set while simultaneously mutating it where those mutations might lead to the growth or shrinkage of the set.