https://bugs.winehq.org/show_bug.cgi?id=44948
--- Comment #14 from Screwtape thristian@gmail.com --- I have been playing with this patch in Wine 4.5-staging (x86_64, built by PlayOnLinux). I found a way to reproducibly crash Wine with it.
Steps to reproduce:
$ mkdir test $ cd test $ mkdir -p a/a $ mkdir -p b $ wine cmd
mklink /d b/b ../a/a
Expected result:
test/b/b is a symlink pointing to test/a/a
Actual result:
wine: Unhandled page fault on read access to 0x00000000 at address 0xf7c0437d (thread 0054), starting debugger...