diff options
Diffstat (limited to 'testcode/unitneg.c')
| -rw-r--r-- | testcode/unitneg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testcode/unitneg.c b/testcode/unitneg.c index 4cd9b306c72e..59c4e8dcc643 100644 --- a/testcode/unitneg.c +++ b/testcode/unitneg.c @@ -118,6 +118,8 @@ static void get_random_data(char** fromp, char** top, char* zname) int labnum1[10], labnum2[10]; int i; char* p; + memset(labnum1, 0, sizeof(int)*10); + memset(labnum2, 0, sizeof(int)*10); *fromp = buf1; *top = buf2; |
