mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Add suffix to unsigned constant in xmlmemory.c
Avoids an integer conversion warning with UBSan.
This commit is contained in:
parent
5948abfe99
commit
f4a74bf0ae
@ -78,7 +78,7 @@ void xmlMallocBreakpoint(void);
|
||||
* Each of the blocks allocated begin with a header containing information
|
||||
*/
|
||||
|
||||
#define MEMTAG 0x5aa5
|
||||
#define MEMTAG 0x5aa5U
|
||||
|
||||
#define MALLOC_TYPE 1
|
||||
#define REALLOC_TYPE 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user