K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-10-28T23:58:56.809158Z K 7 svn:log V 459 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 MFH: 2020Q4 (blanket: build fix) END