"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "87c4a0500869a64cf933f4c09ae05d6a09507ff0"
[Lexer] Don't read out of bounds if a conflict marker is at the end of a file
This can happen as we look for '<<<<' while scanning tokens but then expect '<<<<\n' to tell apart perforce from diff3 conflict markers. Just harden the pointer arithmetic. Found by libfuzzer + asan! llvm-svn: 265125
Loading
Please register or sign in to comment