User Details
- User Since
- Mar 17 2021, 5:02 PM (62 w, 2 d)
Wed, May 25
This has broken sanitizer buildbot:
https://lab.llvm.org/buildbot/#/builders/5/builds/24074
Apr 20 2022
Apr 12 2022
A couple of nits.
Apr 8 2022
check trailing null byte of src parameter to pton.
gasp. I missed one symbol.
Should be fixed now. I hope.
committed: https://reviews.llvm.org/rG5562d9b3c006f3e376d98ee7b9f3c6c8608ddbee
Should fix builds.
Apr 7 2022
trim includes from unit test
added unit test
Apr 5 2022
a few more adjustments
improve unit test (reading and edge cases), add sanitizer_common test, adjust implementation.
Apr 4 2022
Mar 31 2022
narrow intercept by checking second parameter.
remove unused include
improved comparison
Mar 29 2022
Fix looks good. Thank you.
This appears to have broken buildbot: sanitizer-x86_64-linux-fast
Mar 16 2022
Mar 15 2022
Mar 9 2022
fix memory leak and SEGV in timer.cpp
Mar 8 2022
add UNSUPPORTED: darwin to test
move test back to Posix, add typedef to solaris, freebsd, netbsd.
Mar 5 2022
going with LINUX
Mar 4 2022
move timer.cpp from Linux to Posix.
a few more adjustments
adjusted types and READ/WRITE
Mar 3 2022
added to list and dropped test
add a few other BLK ioctls
remove FileCheck from timer.cpp
remove read checks and format
Mar 2 2022
add sanitizer_common test, and UMR checks.
add interceptors for timer_settime and timer_gettime
Feb 28 2022
remove spacing noise
Feb 25 2022
LGTM
Feb 4 2022
This still seems to be breaking sanitizers fast: https://lab.llvm.org/buildbot/#/builders/5/builds/18563
Feb 1 2022
This may be breaking PPC sanitizer buildbot: https://lab.llvm.org/buildbot/#/builders/105/builds/20857/steps/7/logs/FAIL__LLVM__spill-slot-limits_mir
This looks like it is breaking the sanitizer buildbot for android:
https://lab.llvm.org/buildbot/#/builders/77/builds/13756/steps/21/logs/stdio
Jan 31 2022
This has broken fast buildbot: https://lab.llvm.org/buildbot/#/builders/5/builds/18257/steps/16/logs/stdio
Jan 25 2022
thank you.
unit test?
Jan 18 2022
remove "-s"
Breaks sanitizer buildbots: https://lab.llvm.org/buildbot/#/builders/5/builds/17422 (fast) AND https://lab.llvm.org/buildbot/#/builders/74/builds/8849 (MSAN)
Breaks sanitizer buildbots: https://lab.llvm.org/buildbot/#/builders/5/builds/17422 (fast) AND https://lab.llvm.org/buildbot/#/builders/74/builds/8849 (MSAN)
Jan 14 2022
LGTM
and clean up formatting.
LGTM