autoit final

git-svn: trunk@3354
remotes/push_mirror/metadata
aCaB 18 years ago
parent f1b4700daf
commit f99a37a211
  1. 3
      ChangeLog
  2. 3
      libclamav/autoit.c

@ -1,3 +1,6 @@
Fri Nov 2 00:16:27 CET 2007 (acab)
* libclamav/autoit: final
Thu Nov 1 17:42:12 GMT 2007 (njh)
----------------------------------
* libclamav/vba_extract.c: More tidy ups. Fixed memory leak on error

@ -684,7 +684,8 @@ static int ea06(int desc, cli_ctx *ctx, char *tmpd) {
UNP.cur_input += 4;
break;
case 0x11: /* <INT64> */ {
case 0x10: /* <INT64> */
{
uint64_t val;
if (UNP.usize < 8 || UNP.cur_input >= UNP.usize-8) {
UNP.error = 1;

Loading…
Cancel
Save