speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

speech dispatcher 0.6.8-rc1 crash


From: Chris Brannon
Subject: speech dispatcher 0.6.8-rc1 crash
Date: Fri, 05 Feb 2010 08:26:42 -0600

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]