dlopen interception on libasan

2016-11-29 Thread Christos Zoulas
Well, the problem in PR/51670 is that with -fsanitizer=address the dlopen interception is broken. libasan.so provides its own dlopen() and then tries to find the real dlopen using dlsym(RTLD_NEXT, "dlopen"). That does not work for NetBSD because dlopen in libc is just a stub (that perhaps should

Re: curses: Home key sends 0x162 in tmux

2016-11-29 Thread Brett Lymn
On Tue, Nov 29, 2016 at 05:48:22PM +, Christos Zoulas wrote: > In article > <1877343761.1128907.1480410438073.javamail.ngm...@webmail19.arcor-online.net>, > Carsten Kunze wrote: > >Hello, > > > >the Home key sends 0x162 instead of 0x106 in tmux. A small test program

curses: Home key sends 0x162 in tmux

2016-11-29 Thread Carsten Kunze
Hello, the Home key sends 0x162 instead of 0x106 in tmux. A small test program to be compiled with cc main.c -lcurses and quit with CTRL-c shows the hex key codes: $ cat main.c