commit 16712f18f748c9c82535b14934e368ad9fb33c7a
Author: Tomohiro Kusumi <[email protected]>
Date: Tue Aug 16 20:45:44 2016 +0900
sbin/hammer: Fix memory leak
strsep moves * by taking **, so the caller need to keep a pointer to
strdup'd address.
Summary of changes:
sbin/hammer/cmd_remote.c | 6 +++---
sbin/hammer/hammer.c | 13 +++++++------
2 files changed, 10 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/16712f18f748c9c82535b14934e368ad9fb33c7a
--
DragonFly BSD source repository