git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@2741 77e5149b-7576-45b1-b177-96237e5ba77b
| ... | ... |
@@ -1,3 +1,7 @@ |
| 1 |
+Tue Feb 13 14:34:57 CET 2007 (acab) |
|
| 2 |
+----------------------------------- |
|
| 3 |
+ * libclamav/upx.c: Typo in debug message (thanks njh) |
|
| 4 |
+ |
|
| 1 | 5 |
Tue Feb 13 13:05:30 GMT 2007 (njh) |
| 2 | 6 |
---------------------------------- |
| 3 | 7 |
* libclamav/mbox.c: Rework maximum recursion level code (patch by TK) |
| ... | ... |
@@ -154,7 +154,7 @@ static int pefromupx (char *src, char *dst, uint32_t *dsize, uint32_t ep, uint32 |
| 154 | 154 |
cli_writeint32(pehdr+0x3c, valign); |
| 155 | 155 |
|
| 156 | 156 |
if (!(newbuf = (char *) cli_calloc(foffset, sizeof(char)))) {
|
| 157 |
- cli_dbgmsg("UPX: malloc failed - giving up rebuild\n", upd);
|
|
| 157 |
+ cli_dbgmsg("UPX: malloc failed - giving up rebuild\n");
|
|
| 158 | 158 |
return 0; |
| 159 | 159 |
} |
| 160 | 160 |
|