This is an archive of the discontinued LLVM Phabricator instance.

llvm-pdbutil: Fix an off-by-one error.
ClosedPublic

Authored by pcc on Apr 17 2018, 2:37 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Apr 17 2018, 2:37 PM
zturner accepted this revision.Apr 17 2018, 2:42 PM

Ahh yea that would do it. Ironic that I just touched this code like an hour ago for the first time in ages, and you uncovered a bug in it right at the same time.

This revision is now accepted and ready to land.Apr 17 2018, 2:42 PM
This revision was automatically updated to reflect the committed changes.