"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "29570bd695c61960852b0f0ccf5c2c37a5675ee2"
Add asserts in StringRef to make sure we avoid undefined behavior:
-strlen should not be called with NULL. Also guarantee that StringRef's Length is 0 if Data is NULL. -memcmp should not be called with NULL (even if size is 0) Patch by Matthieu Monrocq! llvm-svn: 131747
Loading
Please register or sign in to comment