]> granicus.if.org Git - php/commit
INIT_DATA/UPDATE_DATA assumed that pData elements of the size of a void
authorSascha Schumann <sas@php.net>
Wed, 6 Dec 2000 21:24:10 +0000 (21:24 +0000)
committerSascha Schumann <sas@php.net>
Wed, 6 Dec 2000 21:24:10 +0000 (21:24 +0000)
commitfb87cc8c8e4ba3962736266d1dba20ce640088b4
tree3125389ce576f133d26fa827577514c625f18cdc
parentb03af37e1927f31c1d98cc0a3bc0165d878bbe0e
INIT_DATA/UPDATE_DATA assumed that pData elements of the size of a void
pointer would actually be aligned like a void pointer. This lead
to bus errors on architectures which don't allow unaligned 32-bit accesses.
Zend/zend_hash.c