1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Files
archived-php-src/ext
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
..
2019-12-16 10:32:49 -08:00
2020-01-11 06:15:32 +14:00
2019-12-16 10:04:03 -08:00
2019-07-15 15:20:15 +02:00
2019-04-06 19:06:16 -07:00
2019-10-08 12:10:06 +02:00
2018-12-03 00:42:55 -08:00
2020-02-03 13:03:54 +01:00
2019-04-23 12:43:32 +02:00
2019-08-20 13:58:22 +02:00
2019-02-20 11:11:06 +11:00
2019-08-28 17:57:10 +02:00
2020-01-21 16:17:25 +01:00
2020-02-05 11:18:46 +01:00
2019-04-06 01:27:58 +02:00
2019-04-10 13:06:55 +02:00
2019-08-09 10:32:56 +02:00
2020-01-17 11:37:35 +01:00
2019-01-02 11:21:25 +01:00
2019-10-01 11:15:12 +02:00
2020-01-23 14:20:26 +01:00
2018-12-09 19:15:11 +01:00
2019-01-07 01:04:16 -08:00