klee-uclibc icon indicating copy to clipboard operation
klee-uclibc copied to clipboard

Add fast-path for memset, memcpy, and memmove

Open daniel-grumberg opened this issue 4 years ago • 0 comments

The additional "calls" to __klee_handle_mem{set|cpy|move} are intercepted by the klee SpecialFunctionHandler and implement the intended functionality directly in concrete cases. The associated PR in klee is at https://github.com/klee/klee/pull/1341 which needs to go in before this gets merged.

daniel-grumberg avatar Oct 28 '20 01:10 daniel-grumberg