llvm-capstone/libc/utils
Joseph Huber 701e6f7630 [libc][fix] Fix buffer overrun in initialization of GPU return value
Summary:
The HSA API explicitly states that the size is a count of uint32_t's not
a byte count. This was erroneously being used as a simple memcpy,
causing some weird behaviour. Fix this by correctly passing `1` to
initialize a single integer to zero.
2023-09-02 17:59:01 -05:00
..
buildbot [libc] Add python3 to libc buildbot depedencies. 2020-12-17 08:59:13 -08:00
gpu [libc][fix] Fix buffer overrun in initialization of GPU return value 2023-09-02 17:59:01 -05:00
HdrGen [libc] Add support for creating wrapper headers for offloading in clang 2023-07-07 16:02:33 -05:00
LibcTableGenUtil [libc] update LibcTableGenUtil for LLVM_LINK_LLVM_DYLIB 2023-03-11 09:15:06 -08:00
mathtools [libc] add options to printf decimal floats 2023-06-08 14:23:15 -07:00
MPFRWrapper [libc] fix MPFR rounding problems in fuzz test 2023-07-05 10:53:40 -07:00
CMakeLists.txt [libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers. 2023-04-18 18:37:30 +00:00