diff options
author | Rob Landley <rob@landley.net> | 2020-04-13 22:32:19 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-04-13 22:32:19 -0500 |
commit | 472599b99bec85ac5bf9df30e03d47744dcaf9d4 (patch) | |
tree | fd1aff3ad2d5b44330397dc31ab5d2ba09467594 /toys/posix/who.c | |
parent | 71ae0e1617218820f405bbf79d5d5dc89d5772ee (diff) | |
download | toybox-472599b99bec85ac5bf9df30e03d47744dcaf9d4.tar.gz |
Humor asan.
(ls would read from an uninitalized variable and never use the result because
the test is afterwards, but asan freaks about impurity and unclean quantum
state that's never observed or some such. You read uninitialized but
definitely allocated stack memory into a REGISTER, and then performed
an ADDITION on it to produce a result you never use! For SHAME!)
Diffstat (limited to 'toys/posix/who.c')
0 files changed, 0 insertions, 0 deletions