[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[screen-devel] [bug #45714] read access violation in MWrapChar()
From: |
Kuang-che Wu |
Subject: |
[screen-devel] [bug #45714] read access violation in MWrapChar() |
Date: |
Fri, 07 Aug 2015 14:07:14 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.15 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?45714>
Summary: read access violation in MWrapChar()
Project: GNU Screen
Submitted by: kcwu
Submitted on: Fri 07 Aug 2015 02:07:13 PM GMT
Category: Crash/Freeze/Infloop
Severity: 3 - Normal
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: None
Fixed Release: None
Planned Release: None
Work Required: None
_______________________________________________________
Details:
How to reproduce
$ screen -D -m printf '\x1b[8;;1t\xe3\x80\xb4\x1b[P'
It crashed inside MWrapChar() with y=-1
at line
copy_mchar2mline(&mchar_null, ml, p->w_width);
which access to ml->image but ml is invalid due to
ml = &p->w_mlines[y];
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?45714>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [screen-devel] [bug #45714] read access violation in MWrapChar(),
Kuang-che Wu <=