Release-1.0: hardening-0.4.11.patch
| File hardening-0.4.11.patch, 510 bytes (added by moo, 3 years ago) |
|---|
-
(a) hardening-patch vs. (b) processor.m4
a b 70 70 ZVAL_REFCOUNT(dst) = 1; 71 71 DONE(value) 72 72 DONE(refcount) 73 #ifdef HARDENING_PATCH74 DISPATCH(zend_ushort, flags);75 #endif76 73 DONE(type) 77 74 DONE(is_ref) 78 75 } while(0); … … 139 136 DISPATCH(zval_data_type, type) 140 137 DISPATCH(zend_uchar, is_ref) 141 138 DISPATCH(zend_ushort, refcount) 142 #ifdef HARDENING_PATCH143 DISPATCH(zend_ushort, flags);144 #endif145 139 ')dnl IFDASM 146 140 ') 147 141 dnl }}}

