CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-08-08 15:57:45 +02:00
parent fbb317e9c8
commit 11e3770864
8 changed files with 660 additions and 577 deletions
+2 -2
View File
@@ -212,8 +212,8 @@ XSPAN_NAMESPACE_END
// - this should play nice with runtime checkers like ASAN, valgrind, etc.
// - this should play nice with static analyzers like clang-tidy
static forceinline void *XSPAN_GET_POISON_VOID_PTR() {
// return (void *) (upx_uintptr_t) 16; // NOLINT(performance-no-int-to-ptr)
return (void *) 16;
// return (void *) (upx_uintptr_t) 251; // NOLINT(performance-no-int-to-ptr)
return (void *) 251;
}
#ifndef XSPAN_DELETED_FUNCTION