diff options
| -rw-r--r-- | src/base/abci/abc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 2dd673e9..d060da2e 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -8025,7 +8025,7 @@ int Abc_CommandExact( Abc_Frame_t * pAbc, int argc, char ** argv )      if ( argc == globalUtilOptind )          goto usage; -    memset( pTruth, 0, 64 ); +    memset( pTruth, 0, 64 * sizeof(word) );      while ( globalUtilOptind < argc )      {          if ( nFunc == 16 )  | 
