Skip to content
Commit 244049bd authored by Daniel Leung's avatar Daniel Leung Committed by Anas Nashif
Browse files

x86: type cast to uint8_t* for bit ops



This changes the type casting of the incoming addresses to
the bit ops from uint32_t* to uint8_t*. This avoids compilers
and static analyzers complaining about the incoming out of
bound access if incoming argument is an array smaller than
4 bytes.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 5dae0c1b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment