mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
some inits and never read var
This commit is contained in:
@@ -132,7 +132,7 @@ md5_stream (stream, resblock)
|
||||
/* Important: BLOCKSIZE must be a multiple of 64. */
|
||||
#define BLOCKSIZE 4096
|
||||
struct md5_ctx ctx;
|
||||
char buffer[BLOCKSIZE + 72];
|
||||
char buffer[BLOCKSIZE + 72] = {0};
|
||||
size_t sum;
|
||||
|
||||
/* Initialize the computation context. */
|
||||
|
Reference in New Issue
Block a user