s/buff/epbuff/

git-svn: trunk@3222
This commit is contained in:
aCaB 2007-09-15 16:27:05 +00:00
parent 73ddf91f87
commit b57836c45d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sat Sep 15 17:39:06 CEST 2007 (acab)
------------------------------------
* libclamav/pe.c: fix nasty typo - thanks edwin!
Sat Sep 15 09:13:14 BST 2007 (njh)
----------------------------------
* libclamav: More cleanups

View file

@ -1982,7 +1982,7 @@ int cli_scanpe(int desc, cli_ctx *ctx)
uint32_t start_of_stuff, ssize, dsize, rep = ep;
unsigned int nowinldr;
char nbuff[24];
char *src=buff, *dest;
char *src=epbuff, *dest;
if (*epbuff=='\xe9') { /* bitched headers */
eprva = cli_readint32(epbuff+1)+vep+5;