Edit report at http://bugs.php.net/bug.php?id=51289&edit=1

 ID:               51289
 Patch added by:   geiss...@php.net
 Reported by:      geiss...@php.net
 Summary:          unaligned memory access in enchant.c
 Status:           Open
 Type:             Bug
 Package:          *Spelling functions
 Operating System: linux ia64
 PHP Version:      5.3.2

 New Comment:

The following patch has been added/updated:

Patch Name: enchant_unaligned_memory_access.patch
Revision:   1268451320
URL:       
http://bugs.php.net/patch-display.php?bug=51289&patch=enchant_unaligned_memory_access.patch&revision=1268451320


Previous Comments:
------------------------------------------------------------------------
[2010-03-13 04:26:14] geiss...@php.net

Description:
------------
ext/enchant/tests/bug13181.php triggers an unaligned memory access in
enchant.c's enchant_dict_suggest().



enchant_dict_quick_check() is also affected, so adding a test case (the
one from the documentation but simply count()ing the returned array for
>0, for example) is a good idea.



Attached patch fixes the first case.



Expected result:
----------------
resource(5) of type (enchant_dict)

resource(5) of type (enchant_dict)

resource(6) of type (enchant_broker)

resource(6) of type (enchant_broker)

resource(7) of type (enchant_dict)

resource(7) of type (enchant_dict)

Actual result:
--------------
resource(5) of type (enchant_dict)

resource(5) of type (enchant_dict)

Bus error


------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=51289&edit=1

Reply via email to