mirror of https://github.com/FreeRDP/FreeRDP
Fixed issues with clang sanitizers and alignemt offsets.
This commit is contained in:
parent
6e59d9597c
commit
45860a5561
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue