[sudo-commits] sudo changeset 12285:21938a3b1548

Todd C. Miller Todd.Miller at sudo.ws
Wed Mar 11 19:47:32 MDT 2020


changeset:	12285:21938a3b1548 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/21938a3b1548
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Mar 11 19:46:07 2020 -0600

Log Message:
	Avoid using sprintf(), vsprintf(), strcat(), and strncat().
	It is less error-prone to use functions with a return value that
	indicates when truncation ocurred.

diffstat:

 plugins/python/regress/iohelpers.c   |  22 +++++++---------------
 plugins/python/regress/testhelpers.c |  10 ++++------
 2 files changed, 11 insertions(+), 21 deletions(-)


More information about the sudo-commits mailing list