speech dispatcher 0.6.8-rc1 crash
Chris Brannon
cmbrannon79 at gmail.com
Fri Feb 5 15:26:42 CET 2010
William Hubbs wrote:
>
> I just attempted to run speech-dispatcher-0.6.8-rc1 and got the crash I
> am showing below.
*SNIP*
It's a bug in the dotconf library.
If you have dotconf-1.1.0, look at line 1188 of
dotconf-1.1.0/src/dotconf.c.
If you're using version 1.0.13, look at line 1177 from the same file.
The return value of realloc is being discarded.
This should never be done, because after
calling realloc(p, size), p may be pointing to freed memory.
-- Chris
More information about the Speechd
mailing list