Skip to content
  • Mike Gorse's avatar
    Guard against recursion in atspi_accessible_clear_cache · 0617b2d3
    Mike Gorse authored
    Add a stamp to AtspiAccessiblePrivate for use when iterating through a
    tree, and don't touch accessibles that have already been touched. This should
    further protect against buggy or malicious applications causing infinite
    recursion.
    
    Fixes #113
    0617b2d3