We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a732399 commit 0574b7eCopy full SHA for 0574b7e
1 file changed
guppy.c
@@ -40,7 +40,7 @@ typedef struct GuppySocket {
40
41
/*============================================================================*/
42
static void guppy_close(void *c) {
43
- char unused[2048];
+ char unused[2048] = {0};
44
GuppySocket *s = (GuppySocket *)c;
45
unused[0] ^= s->fd;
46
GuppyChunk *chunk, *tmp;
0 commit comments