mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fixed incorrect type cast
This commit is contained in:
parent
71edeb61bd
commit
fc2d10a4d3
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ do { \
|
|||
BG(unserialize).level = 1; \
|
||||
} \
|
||||
} else { \
|
||||
(var_hash_ptr) = (php_serialize_data_t)BG(unserialize).var_hash; \
|
||||
(var_hash_ptr) = (php_unserialize_data_t)BG(unserialize).var_hash; \
|
||||
++BG(unserialize).level; \
|
||||
} \
|
||||
} while (0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue