diff options
author | Elliott Hughes <enh@google.com> | 2018-03-12 09:04:33 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-03-12 14:16:05 -0500 |
commit | f71f8485efbed0ecdd213c4e6d0c9403aa1fcd79 (patch) | |
tree | 914c14f4660e928c7ecfac28565b04120c40d6cb /toys/posix/echo.c | |
parent | fac8b8e6632a2efc5192a1692881c8e00a7d2ba3 (diff) | |
download | toybox-f71f8485efbed0ecdd213c4e6d0c9403aa1fcd79.tar.gz |
Fix bug in names_to_pid.
Found by the compiler, not me:
lib/lib.c:1053:30: warning: 'st2.st_dev' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (st1.st_dev != st2.st_dev || st1.st_ino != st2.st_ino) continue;
~~~^~~~~~~
Diffstat (limited to 'toys/posix/echo.c')
0 files changed, 0 insertions, 0 deletions