Attempt to fix crashes per bug #15575.
authorEli Zaretskii <eliz@gnu.org>
Thu, 10 Oct 2013 19:26:13 +0000 (22:26 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 10 Oct 2013 19:26:13 +0000 (22:26 +0300)
commit00036e1dd2f2194fbc7938076defbe2d7228c8a3
tree1d85d9dcfcb15ebf87dc8a5958d7ca63e28b6669
parent991496253a519d728a1041c157b37182a829d156
Attempt to fix crashes per bug #15575.

 src/xdisp.c (deep_copy_glyph_row): Assert that the 'used' counts of
 FROM and TO are identical.  Copy only the glyphs of TEXT_AREA.
 src/term.c (save_and_enable_current_matrix): Don't allocate and
 don't save margin areas.
 (restore_desired_matrix): Don't restore margin areas.
 (free_saved_screen): Don't free margin areas.
src/ChangeLog
src/term.c
src/xdisp.c