git: DragonFly_RELEASE_4_8 libtelnet - Fix improper statement construction (not a bug in the binary)
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Jul 30 13:16:32 PDT 2017
commit 6ff92101bb76e4a6c8bcea2c8e2ae215f47527b3
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Apr 10 22:19:30 2017 -0700
libtelnet - Fix improper statement construction (not a bug in the binary)
* libstand hammer1.c - remove extra format element in debugging printf.
This code is not compiled by the build anyway.
* Fix statement construction in rsaencpwd.c. The prior code generated
the desired result (incrementing the ptr), but there was an extra
ineffective indirection. Removed the ineffective indirection.
Dragonfly-bugs: 3010 (dcb)
Summary of changes:
lib/libstand/hammer1.c | 2 +-
lib/libtelnet/rsaencpwd.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6ff92101bb76e4a6c8bcea2c8e2ae215f47527b3
--
DragonFly BSD source repository
More information about the Commits
mailing list