Remove unneeded debugging message

pull/18/head
Shawn Webb 11 years ago
parent 58ca7ee2cc
commit bf43eaafd9
  1. 1
      libclamav/yc.c

@ -44,7 +44,6 @@
static int yc_bounds_check(cli_ctx *ctx, char *base, unsigned int filesize, char *offset, unsigned int bound)
{
if ((unsigned int)((offset+bound)-base) > filesize) {
cli_errmsg("yC: Attempted out of bounds. Bailing.\n");
#if DO_HEURISTIC
cli_append_virus(ctx, "Heuristics.BoundsCheck");
#endif

Loading…
Cancel
Save