Skip to content

Commit

Permalink
Added second fix from #50987 that wasn't apart of Ilia's commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KalleZ committed Nov 20, 2010
1 parent 5f1b91a commit 78f1048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/phar/phar.c
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ void phar_entry_remove(phar_entry_data *idata, char **error TSRMLS_DC) /* {{{ */
(buffer) += 2
#else
# define PHAR_GET_32(buffer, var) \
var = *(php_uint32*)(buffer); \
memcpy(&var, buffer, sizeof(var)); \
buffer += 4
# define PHAR_GET_16(buffer, var) \
var = *(php_uint16*)(buffer); \
Expand Down

0 comments on commit 78f1048

Please sign in to comment.