Closed bwiklak closed 5 years ago
There are still problems with path canonicalization. with -fsanitize-blacklist=../../d/blacklist.txt it should resolve to /a/d/balcklist.txt but is resolved to /a/b/c/d/blacklist.txt instead.
-fsanitize-blacklist=../../d/blacklist.txt
/a/d/balcklist.txt
/a/b/c/d/blacklist.txt
Originally posted by @bwiklak in https://github.com/icecc/icecream/pull/378#issuecomment-527427503
Works fine for with me with current git. Please please a testcase for reproducing the problem.
Master works, I was checking on version 1.2.
There are still problems with path canonicalization. with
-fsanitize-blacklist=../../d/blacklist.txt
it should resolve to/a/d/balcklist.txt
but is resolved to/a/b/c/d/blacklist.txt
instead.Originally posted by @bwiklak in https://github.com/icecc/icecream/pull/378#issuecomment-527427503