bugGNU Screen - Bugs: bug #45714, read access violation in...

 
 

bug #45714: read access violation in MWrapChar()

Submitter:  Kuang-che Wu <kcwu>
Submitted:  Fri 07 Aug 2015 02:07:13 PM UTC
   
 
Category:  Crash/Freeze/Infloop Severity:  3 - Normal
Priority:  * 5 - Normal Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Release:  None
Fixed Release:  None Planned Release:  None
Work Required:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 07 Aug 2015 02:10:47 PM UTC, comment #1: 

ah, sorry, the reproduce step and the description mismatch.

the reproduce step should be
$ screen -D -m printf '\x1b[?3h0'

this issue is detected by afl-fuzz

Kuang-che Wu <kcwu>
Fri 07 Aug 2015 02:07:13 PM UTC, original submission:  

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];

Kuang-che Wu <kcwu>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by kcwu (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code