[PATCH] D31591: Fix a bug which access nullptr and cause segmentation fault
Rui Ueyama via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 4 10:32:29 PDT 2017
ruiu added a comment.
Is this a minimal test case that can produce the issue? It'd be awesome if you can reduce it.
sema-segvcheck.c is not a good name for this test because that name can be used for any crash bug. You want to see other files in the same directory to name your file so that it's consistent with other files. If you don't come up with a name, I'd name it pr32280.c.
https://reviews.llvm.org/D31591
More information about the cfe-commits
mailing list