https://bugs.winehq.org/show_bug.cgi?id=50766
--- Comment #13 from Erich E. Hoover erich.e.hoover@gmail.com --- *sigh* I actually know what this is, I keep making this mistake over and over again and it continues to drive me nuts. readlink() does not actually NULL-terminate strings, so when I updated some of these routines and forgot to take that into account it means that in certain cases (depending on what you have in memory) that I'm attempting to operate on /some/path/that/existsGARBAGE instead of /some/path/that/exists. Zeb, I'll give you an update as soon as I have a chance this evening.