-
Martin Etnestad authored
The call to hash_block in passwd_abort fails with error ENOSPC on some systems. The reason is that the variable which specifies the size of the buffer to contain the computed hash does not get initialized. This patch initializes the variable with the size of the buffer. Signed-off-by:
Martin Etnestad <martin.etnestad@appeartv.com>
Martin Etnestad authoredThe call to hash_block in passwd_abort fails with error ENOSPC on some systems. The reason is that the variable which specifies the size of the buffer to contain the computed hash does not get initialized. This patch initializes the variable with the size of the buffer. Signed-off-by:
Martin Etnestad <martin.etnestad@appeartv.com>