The size argument for memset_chk is an upper bound for the size of the
pointer argument. memset_chk may write less than the specified length,
if it exceeds the specified max size and aborts.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Analysis/MemoryLocation.cpp | ||
---|---|---|
220 | Thanks, updated to exceeds in the committed version! |
exceed -> exceeded/exceeds?