veracode / gen-ir

Generates LLVM IR for Xcode Projects
MIT License
8 stars 4 forks source link

Use the correct substring index for guarding against OoB errors #32

Closed NinjaLikesCheez closed 1 year ago

NinjaLikesCheez commented 1 year ago

Use the start index of the newly created substring slice instead of the start index of the initial substring when calculating index ranges.