This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Also detect corrupt stri table size.
ClosedPublic

Authored by sammccall on Nov 11 2020, 1:35 PM.

Diff Detail

Event Timeline

sammccall created this revision.Nov 11 2020, 1:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2020, 1:35 PM
sammccall requested review of this revision.Nov 11 2020, 1:35 PM
kadircet accepted this revision.Nov 11 2020, 1:45 PM
kadircet added inline comments.
clang-tools-extra/clangd/index/Serialization.cpp
230

we also need a static here.

This revision is now accepted and ready to land.Nov 11 2020, 1:45 PM

(going to wait for a while for the other patch to get through the buildbots, in case rlimit causes trouble)

This revision was automatically updated to reflect the committed changes.