1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 01:05:15 +03:00
aports/testing/texmaker/musl-1.2.3.patch
2022-10-25 00:45:16 +02:00

13 lines
423 B
Diff

diff --git a/pdfium/third_party/base/logging.h b/pdfium/third_party/base/logging.h
index bf4faea..b1e6a7f 100644
--- a/pdfium/third_party/base/logging.h
+++ b/pdfium/third_party/base/logging.h
@@ -10,7 +10,7 @@
#ifndef _WIN32
#define NULL_DEREF_IF_POSSIBLE \
- *(reinterpret_cast<volatile char*>(NULL) + 42) = 0x42;
+ *(reinterpret_cast<volatile char*>(0) + 42) = 0x42;
#else
#define NULL_DEREF_IF_POSSIBLE
#endif