mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Use number of tty columns that is passed in user_info instead of
getting it directly in the lbuf code.
This commit is contained in:
@@ -65,6 +65,8 @@ struct sudo_user {
|
||||
int ngroups;
|
||||
uid_t uid;
|
||||
uid_t gid;
|
||||
int lines;
|
||||
int cols;
|
||||
GETGROUPS_T *groups;
|
||||
struct list_member *env_vars;
|
||||
#ifdef HAVE_SELINUX
|
||||
|
Reference in New Issue
Block a user