[PATCH] D12854: [SourceManager] Support buffers that are not null-terminated
    Keno Fischer via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Oct  2 22:43:13 PDT 2015
    
    
  
loladiro abandoned this revision.
loladiro added a comment.
Oh, I see it checks for the null terminator past the end of the given memory block on construction, but if the memory after changes later this just keeps running. Well, that's quite a trap, but I guess that's what you get for not understanding the API ;).
Repository:
  rL LLVM
http://reviews.llvm.org/D12854
    
    
More information about the cfe-commits
mailing list