]> jfr.im git - irc/atheme/atheme.git/commit
modules/statserv/pwhashes: fix off-by-one error
authorAaron Jones <redacted>
Sat, 11 Jan 2020 15:46:56 +0000 (15:46 +0000)
committerAaron Jones <redacted>
Sat, 11 Jan 2020 15:46:56 +0000 (15:46 +0000)
commitc0fec35ec7770505f92ffb2768780b46d80d74b6
tree1da48797e1531324708121a6dbfdbd28d4645371
parente323c52c2bb21af115444f82b76e085659ddf6fa
modules/statserv/pwhashes: fix off-by-one error

sscanf(3) returns the number of items matched, and we're only asking
it to match 7 items.

[ci skip]
modules/statserv/pwhashes.c