typo in pe.c

git-svn: trunk@2975
remotes/push_mirror/metadata
aCaB 18 years ago
parent 0ab9e292f5
commit 85ec399acb
  1. 4
      ChangeLog
  2. 2
      libclamav/pe.c

@ -1,3 +1,7 @@
Tue Mar 27 03:49:13 CEST 2007 (acab)
------------------------------------
* libclamav/pe.c: typo
Tue Mar 27 03:39:37 CEST 2007 (acab)
------------------------------------
* libclamav/pe.c: Move assignments out of cli_dbgmsg (bb#426)

@ -517,7 +517,7 @@ int cli_scanpe(int desc, cli_ctx *ctx)
}
vep = EC32(optional_hdr64.AddressOfEntryPoint);
hdr_size = EC32(optional_hdr32.SizeOfHeaders);
hdr_size = EC32(optional_hdr64.SizeOfHeaders);
cli_dbgmsg("File format: PE32+\n");
cli_dbgmsg("MajorLinkerVersion: %d\n", optional_hdr64.MajorLinkerVersion);

Loading…
Cancel
Save