Re: Outstanding patches, #57613



"Matthias Clasen" <matthiasc poet de> writes:
> The bug is: If an iter points to the last position in a buffer
> gtk_text_iter_forward_cursor_position() crashes.
> 
> Is the proposed patch ok to commit ?

I'd like to be sure there isn't a logic bug in forward_cursor_position
causing this (off-by-one, etc.) before fixing it this way. Have you
investigated that?

For example maybe a <= should be <, or something. Then that could show
up in other cases as well.

Havoc




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