Skip to content
Commit e1894cf9 authored by Johnny Chen's avatar Johnny Chen
Browse files

Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early.

Add code to test case to create an evil linked list with:

    task_evil -> task_2 -> task_3 -> task_evil ...

and to check that the linked list iterator only iterates 3 times.

llvm-svn: 137291
parent e6d0c862
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment