Disassembler: fix null field
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@794 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
parent
7a5c2f4e75
commit
a34b4718d5
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue