mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 18:33:16 +00:00
s/buff/epbuff/
git-svn: trunk@3222
This commit is contained in:
parent
73ddf91f87
commit
b57836c45d
2 changed files with 5 additions and 1 deletions
|
@ -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)
|
Sat Sep 15 09:13:14 BST 2007 (njh)
|
||||||
----------------------------------
|
----------------------------------
|
||||||
* libclamav: More cleanups
|
* libclamav: More cleanups
|
||||||
|
|
|
@ -1982,7 +1982,7 @@ int cli_scanpe(int desc, cli_ctx *ctx)
|
||||||
uint32_t start_of_stuff, ssize, dsize, rep = ep;
|
uint32_t start_of_stuff, ssize, dsize, rep = ep;
|
||||||
unsigned int nowinldr;
|
unsigned int nowinldr;
|
||||||
char nbuff[24];
|
char nbuff[24];
|
||||||
char *src=buff, *dest;
|
char *src=epbuff, *dest;
|
||||||
|
|
||||||
if (*epbuff=='\xe9') { /* bitched headers */
|
if (*epbuff=='\xe9') { /* bitched headers */
|
||||||
eprva = cli_readint32(epbuff+1)+vep+5;
|
eprva = cli_readint32(epbuff+1)+vep+5;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue