[sudo-commits] sudo changeset 11687:2e06e45ffbd6

Todd C. Miller Todd.Miller at sudo.ws
Wed Apr 10 09:51:02 MDT 2019


changeset:	11687:2e06e45ffbd6 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/2e06e45ffbd6
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Apr 08 10:37:30 2019 -0600

Log Message:
	Add a proper getdelim(3) replacement and use it instead of getline(3).

diffstat:

 MANIFEST                                  |    3 +-
 config.h.in                               |    9 +-
 configure                                 |   45 +++-----
 configure.ac                              |   16 +-
 include/sudo_compat.h                     |   10 +-
 lib/util/Makefile.in                      |   34 +++++-
 lib/util/getdelim.c                       |   86 +++++++++++++++++
 lib/util/getline.c                        |  101 --------------------
 lib/util/parseln.c                        |    4 +-
 lib/util/regress/getdelim/getdelim_test.c |  147 ++++++++++++++++++++++++++++++
 mkdep.pl                                  |    2 +-
 plugins/sudoers/auth/aix_auth.c           |   95 ++++++++++---------
 plugins/sudoers/boottime.c                |    2 +-
 plugins/sudoers/iolog_util.c              |    6 +-
 plugins/sudoers/ldap_conf.c               |    2 +-
 plugins/sudoers/parse_ldif.c              |    2 +-
 plugins/sudoers/sssd.c                    |    2 +-
 17 files changed, 357 insertions(+), 209 deletions(-)


More information about the sudo-commits mailing list