1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-02 10:51:16 +00:00

Fix use of invalid buffer

This commit is contained in:
jsteube 2016-10-30 22:56:45 +01:00
parent b8efae4281
commit a599b06a53

View File

@ -273,7 +273,7 @@ void check_hash (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, pl
outfile_write_open (hashcat_ctx);
u8 *tmp_buf = hashes->out_buf;
u8 *tmp_buf = hashes->tmp_buf;
tmp_buf[0] = 0;