This is an archive of the discontinued LLVM Phabricator instance.

[DFSAN] Add support for strnlen
ClosedPublic

Authored by tkuchta on Apr 28 2023, 9:34 AM.

Details

Summary

This patch adds a support for the libc strnlen() function in DFSAN

Diff Detail

Event Timeline

tkuchta created this revision.Apr 28 2023, 9:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 28 2023, 9:34 AM
Herald added a subscriber: Enna1. · View Herald Transcript
tkuchta requested review of this revision.Apr 28 2023, 9:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 28 2023, 9:34 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
tkuchta updated this revision to Diff 517974.Apr 28 2023, 10:03 AM

apply clang format

browneee accepted this revision.May 8 2023, 11:42 AM

LGTM!

Sorry for my slow review, I was busy with other stuff.

Do you want me to submit?

This revision is now accepted and ready to land.May 8 2023, 11:42 AM

No worries! Thank you for the review. Yes, please submit the patch. I will prepare the next function for the review.

This revision was landed with ongoing or failed builds.May 11 2023, 11:26 PM
Closed by commit rG5becf548abe8: [DFSAN] Add support for strnlen (authored by tkuchta, committed by browneee). · Explain Why
This revision was automatically updated to reflect the committed changes.