From 3b8df7146fe31518080f3a38eee98222d97ee5b2 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 26 Jan 2016 19:22:53 -0500 Subject: fix a memory leak, bumps version to 0.4.0-rc1 --- src/userdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/userdb.h') diff --git a/src/userdb.h b/src/userdb.h index c4705a9..2f122a9 100644 --- a/src/userdb.h +++ b/src/userdb.h @@ -30,7 +30,7 @@ struct userdata_t { char salt[SALT_LEN + 1]; - /* in hex + NULL terminator */ + /* in lowercase hex + NULL terminator */ char passhash[AUTH_HASHLEN * 2 + 1]; priv_t priv; -- cgit v1.1