Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Sat, 25 Mar 2017 08:19:48 -0400
From: Kau <kau8@...tonmail.com>
To: "musl@...ts.openwall.com" <musl@...ts.openwall.com>, "bug-ncurses@....org" <bug-ncurses@....org>
Subject: [ncurses] Segmentation Fault -- ungetmouse

Minimal Working Example of a program that segfaults on a musl system.

#include <curses.h>
int main()
{
initscr();
MEVENT m;
ungetmouse(&m);
}

Regards.
Content of type "text/html" skipped

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.