Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 24 Aug 2017 12:17:10 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: gethostbyname2.c /
 6476b8135760659b25c93ff9308425ca98a9e777 breaking asterisk 13 compatibility

On Thu, Aug 24, 2017 at 01:39:08PM +0200, Pirmin Walthert wrote:
> Hello
> 
> First thing: http://git.musl-libc.org/cgit/musl/commit/?id=6476b8135760
> 659b25c93ff9308425ca98a9e777 seems to break Asterisk compatibilty.

This commit should not affect code that didn't error-out from missing
symbols before. Is it possible you have a module Asterisk is trying to
load, which it previously silently (or with a warning you didn't
notice) failed to load, but which now loads and tries to run despite
having unresolved symbols? One thing you could try is changing all
dlopen calls in Asterisk from RTLD_LAZY to RTLD_NOW and see if the
problem goes away. If so that doesn't necessarily mean Asterisk is
broken; it could be a bug in lazy binding on musl's side. But it will
help narrow down the cause.

Rich

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.