- Fix for SANS

This commit is contained in:
cvs
2002-11-13 07:47:17 +00:00
parent 3ace74d9d7
commit 995484cc44
8 changed files with 479 additions and 31 deletions

View File

@ -1019,12 +1019,6 @@
return 0;
}
if(iDataLen < iEnd*sizeof(HistInt))
{
SCWrite(pCon,"ERROR: Data space mismatch in GetHistogramDirect",
eError);
return 0;
}
/* try at least three times */
for(ii = 0; ii < 3; ii++)