Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 27 Mar 2017 14:12:31 +0200
From: "A. Hopkins" <hopk1ns@....com>
To: bug-ncurses@....org, musl@...ts.openwall.com
Subject: [ncurses] Segmentation Fault -- ungetmouse [confirmed]

> Minimal Working Example of a program that segfaults on a musl system.
> 
>     #include <curses.h>
>     int main()
>     {
>         initscr();
>         MEVENT m;
>         ungetmouse(&m);
>     }
> 
> Regards.

I confirm that this segfaults.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.