OSDN Git Service

MC: fix possible NULL pointer dereference
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 13 Mar 2014 02:09:51 +0000 (02:09 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 13 Mar 2014 02:09:51 +0000 (02:09 +0000)
commitce5a6548a218be368af4530743109d70944f6a1b
tree21d34dc53f2a7536217282b2eb99e2f2c80e3042
parent2b5925ba74421febf4c53be7766606c03b13f067
MC: fix possible NULL pointer dereference

Avoid NULL pointer scenario found via clang's static analyzer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203745 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmParser.cpp