Changeset 69511176 in mainline for uspace/lib/ui/src/entry.c

Timestamp:
2021-06-25T15:28:41Z (4 years ago)
Author:
Martin Decky <martin@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bb14312
Parents:
f5819ca1
Message:

Avoid undefined behavior even more

While the previous implementation no longer suffers from undefined
behavior due to unaligned pointer value, it is still problematic due to
indexing beyond a hypothetical array bound. The assignment of
sizeof(itype) is both an aligned value and does not violate any bounds.

(No files)

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