On Wed, Aug 07, 2013 at 02:58:02AM -0400, Galos, David wrote: > I have written the manpage, and pushed this. I have also cleaned > up who, and addedthe '-l' flag. > > > Good stuff! > Except for the way that strings were handled when adding '-m' > Both ttyname and strrchr could have easily returned NULL, so > that should have been checked for. I've fixed this in the cleanup.
Yeah I thought so - you could trigger that by doing sth like ssh -T host and then running ./who -m. I was going to send an update for the patch. Thanks, sin