Fixed issues with clang sanitizers and alignemt offsets.

This commit is contained in:
akallabeth 2020-05-18 09:36:16 +02:00
parent 6e59d9597c
commit 45860a5561
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ int TestAlignment(int argc, char* argv[])
/* Alignment should be 2^N where N is a positive integer */
alignment = 16;
offset = 5;
offset = 8;
/* _aligned_malloc */