This patch fixes a roll-over on size_t in WritableMemoryBuffer::getNewUninitMemBuffer().
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for spotting this. At first I was a bit surprised by usage of *rollover* term instead of *overflow* but I guess it's an established term.