Add some commentary regarding an issue in `sudo' which affects `become';
authormdw <mdw>
Mon, 29 Jun 1998 13:10:41 +0000 (13:10 +0000)
committermdw <mdw>
Mon, 29 Jun 1998 13:10:41 +0000 (13:10 +0000)
commit59f147b0d9bfb46577cd6f8813589ccdf8bc2a2c
treebfcf8daae0071a50a954efbda2c8db7ef02d2aa0
parent7df38e1e83fd1fe5a9dee73bf8c346deb4e972f9
Add some commentary regarding an issue in `sudo' which affects `become';
I'm not fixing it yet because I don't think it's important.

Fixed the PATH lookup code to use the right binary name: `binary' rather
than `todo[0]'.  The two only differ when `style' is `l_login', in which
case `binary' has an initial `/' anyway, and the PATH lookup code is
never invoked.  The name is used in a buffer-overflow precheck, though,
and auditing is easier if the naming is consistent.
src/become.c