git: libtelnet - Fix improper statement construction (not a bug in the binary)

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Apr 10 22:23:06 PDT 2017


commit 451712d95f7169ade5c59b7be40b304141ae2c51
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/451712d95f7169ade5c59b7be40b304141ae2c51


-- 
DragonFly BSD source repository


More information about the Commits mailing list