"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "7697d37777c723a928fc65774e1011aa703bc291"
Fix a stack buffer overflow found by ASAN.
llvm::StringRef host_and_port is not guaranteed to be null-terminated. Generally, it is not safe at all to convert a StringRef into a char * by calling data() on it. <rdar://problem/49698580> llvm-svn: 357948
Loading
Please register or sign in to comment