coreutils/src/uu/who
Jan Scheer a4fc2b5106 who: fix --lookup
This closes #2181.

`who --lookup` is failing with a runtime panic (double free).
Since `crate::dns-lookup` already includes a safe wrapper for `getaddrinfo`
I used this crate instead of further debugging the existing code in
utmpx::canon_host().

* It was neccessary to remove the version constraint for libc in uucore.
2021-05-13 22:16:15 +02:00
..
src who: fix --lookup 2021-05-13 22:16:15 +02:00
Cargo.toml who: move from getopts to clap 2.33.3 (#2124) 2021-04-29 00:11:21 +02:00