[Bug 50766] In Wine Staging 6.3, symbolic links are no longer active and become regular files.

WineHQ Bugzilla wine-bugs at winehq.org
Wed Mar 3 16:32:10 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50766

--- Comment #13 from Erich E. Hoover <erich.e.hoover at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list