linker/mach-o: Catch the case where there is no symCmd
We do check for symCmd, to set the info->nlist value, but forgot to do the same check for info->names. Thus when trying to extract stroff from symCmd, we hit a segfault. Reviewers: bgamari, adinapoli, austin, erikd, simonmar Reviewed By: bgamari, adinapoli Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3459
Showing
-
mentioned in issue #13392 (closed)
-
mentioned in commit fc7601c5
Please register or sign in to comment