K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-10-29T00:00:42.045453Z K 7 svn:log V 490 MFH: r553570 devel/llvm10: really fix the AT_EXECPATH fallback =( It turns out that I made not one but *two* mistakes in applying this patch from the version that I had sent upstream. This one is not an extra semicolon, but rather not dereferencing p... p may never hit AT_NULL, but *p certainly will. The problem was isolated and the fix identified + tested by Andrew Gierth. Reported by: Andrew Gierth Approved by: ports-secteam (blanket: runtime fix) END