[elinks-dev] festival command injection when PIPE_BUF < 1037

2007-03-07 Thread Kalle Olavi Niemitalo
The dangling pointer crash has been fixed, thanks to Witek. However, I think there is another problem in write_to_festival. When FESTIVAL_SYSTEM is being used, write_to_festival generates a string that contains a SayText function call with the quoted text as an argument. Because write_to_festival

Re: [elinks-dev] dangling pointer crash in write_to_festival

2007-03-07 Thread Kalle Olavi Niemitalo
Witold Filipczyk <[EMAIL PROTECTED]> writes: > I reset festival.doc_view in really_close_tab. Is it acceptable? I think that is too far from the code that frees the struct document_view. Even if really_close_tab currently were the only way to free a struct document_view, that could change in the

Re: [elinks-dev] dangling pointer crash in write_to_festival (was: witekfl branch status)

2007-03-07 Thread Witold Filipczyk
On Tue, Mar 06, 2007 at 11:33:44PM +0200, Kalle Olavi Niemitalo wrote: > Witold Filipczyk <[EMAIL PROTECTED]> writes: > > > This feature does not collide with screen readers. > > I just want to listen to ELinks sometimes. > > I tried applying the speech commits to master, but it crashes if, > dur