php-src/ext/enchant
Christoph M. Becker 6adb885966 Fix #79311: enchant_dict_suggest() fails on big endian architecture
For obvious reasons, we must not assign a `size_t` value to an `int`
variable using memcpy().  However, there is actually no need for the
intermediate `n_sugg_st` here, if we use the proper types in the first
place.

A regression test is not necessary, because dict_suggest.phpt already
exhibits the erroneous behavior on big endian architectures.
2020-02-28 15:43:44 +01:00
..
tests Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
config.m4 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS This commit was manufactured by cvs2svn to create branch 'PHP_5_3'. 2007-09-26 15:44:16 +00:00
enchant.c Fix #79311: enchant_dict_suggest() fails on big endian architecture 2020-02-28 15:43:44 +01:00
php_enchant.h Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00