pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.1-47-gdf1125


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.1-47-gdf11254
Date: Tue, 08 Oct 2013 03:41:56 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  df11254fddfd186f3d947c9891ab85eca20739ab (commit)
      from  f5d62f6969bff30fbddfd1b64f5fe9bb40c0de2e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit df11254fddfd186f3d947c9891ab85eca20739ab
Author: Ben Pfaff <address@hidden>
Date:   Mon Oct 7 20:40:24 2013 -0700

    comments-dialog: Avoid segfault in comments dialog pasting very long text.
    
    The code in wrap_line() used a GtkTextIter after an insertion invalidated
    it.  In some setups, with a sufficiently long pasted text, this caused a
    Gtk-WARNING and a subsequent segfault.  This commit fixes the problem by
    removing the offending code.  In my testing, this didn't cause a UI
    regression.
    
    Reported by Bastián Díaz in the thread starting at
    http://lists.gnu.org/archive/html/bug-gnu-pspp/2013-10/msg00005.html

-----------------------------------------------------------------------

Summary of changes:
 src/ui/gui/comments-dialog.c |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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