forked from tpm2-software/tpm2-tss
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unit tests: fix pointer casts on 32 bit systems.
Conversions of max uint64 numbers to pointers did produce compile errors on 32bit systems. A cast to size_t is now added before the casting to a pointer. Signed-off-by: Juergen Repp <[email protected]>
- Loading branch information
1 parent
0337d45
commit dc578da
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters