http://bugs.winehq.org/show_bug.cgi?id=20477
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #3 from Vincent Povirk madewokherd@gmail.com 2009-10-26 16:37:00 --- I knew that could break something, but I was hoping it wouldn't. Thanks for catching this so quickly.
This implies that some storage files contain invalid trees, and we need to account for that possibility, hence we really do need either a linear search or some preparation of the tree beforehand.
I think the best fix for now is to revert that patch and add a comment explaining that we really need to do that.