[llvm] r203745 - MC: fix possible NULL pointer dereference

Duncan P. N. Exon Smith dexonsmith at apple.com
Sat Mar 15 15:47:16 PDT 2014


On 2014 Mar 15, at 15:38, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote:

>> -              M->Name + "'");
>> +              (M ? M->Name : "<unamed>") + "'”);
> 
> Typo here: unamed should probably be spelled unnamed.

Actually, you already fixed this in r203763.  Sorry for the bother!



More information about the llvm-commits mailing list