Due to infinite recursion, app crashed with stack overflow.
Note $ATTRIBUTE_LIST with $INDEX_ROOT and Record Num: 0009000000000009 which is &0xFFF... mapped to the same inode "9" as "MFT Record Index".
To fix this just added check for the same inode before diving into the recursion loop.
Probably Better solution is to limit recursion depth in that place - to fix weird cycled links (just add counter argument or global variable)...
Due to infinite recursion, app crashed with stack overflow. Note $ATTRIBUTE_LIST with $INDEX_ROOT and Record Num: 0009000000000009 which is &0xFFF... mapped to the same inode "9" as "MFT Record Index".
To fix this just added check for the same inode before diving into the recursion loop. Probably Better solution is to limit recursion depth in that place - to fix weird cycled links (just add counter argument or global variable)...