Comment 17 for bug 1322784

Revision history for this message
In , Ehsan-mozilla (ehsan-mozilla) wrote :

The format of the .dic file is basically like this:

<N> # denoting the number of lines
... # followed by N lines

And hunspell doesn't perform any bounds checking on the contents of the file, and in the past I've seen at least one crash which was caused by a dictionary file which got this wrong.

Something like this would be my first guess as to what's happening here.