[PATCH] D139449: [ObjYAML] Use strcmp instead of strncmp

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 16:15:23 PST 2022


MaskRay reopened this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

Sorry, this is wrong. segname may not be NUl-terminated. Using 10 should be fine but 16 is fine, too. No need to change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139449/new/

https://reviews.llvm.org/D139449



More information about the llvm-commits mailing list