Changeset cd5fd85 in rtems for cpukit/libmisc/stackchk/check.c

Timestamp:
03/18/21 17:01:27 (3 years ago)
Author:
Stephen Clark <stephen.clark@…>
Branches:
master
Children:
e5590a3
Parents:
ca02143
git-author:
Stephen Clark <stephen.clark@…> (03/18/21 17:01:27)
git-committer:
Joel Sherrill <joel@…> (05/05/21 14:45:56)
Message:

stackchk: Fixed 32bit pointers

Using 32bit types like uint32_t for pointers creates issues on 64 bit
architectures like AArch64. Replaced occurrences of these with uintptr_t,
which will work for both 32 and 64 bit architectures.

(No files)

Note: See TracChangeset for help on using the changeset viewer.