1
0
Fork 0

Disassembler: fix null field

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@794 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2011-04-26 05:27:47 +00:00
parent 7a5c2f4e75
commit a34b4718d5
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ ChangeLog
* avoid possible filename injection in admin page
* adds 30 seconds timeout to "compiling" flag
* decompiler: improves decompiling
* disassembler: improper handling of null field
* disassembler: DECLARE_INHERITED_CLASS/DELAYED class not found
* disassembler: don't dump builtin functions
* fix win32 build against win32 native gnu tools

View File

@ -184,7 +184,7 @@ define(`COPYNULL_EX', `
dnl }}}
dnl {{{ COPYNULL(1:elm)
define(`COPYNULL', `
COPYNULL_EX(`dst->$1', `$2')DONE(`$1')
COPYNULL_EX(`dst->$1', `$1')DONE(`$1')
')
dnl }}}
dnl {{{ LIST_DIFF(1:left-list, 2:right-list)