Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 23 Nov 2018 10:29:40 +0100
From: Florian Weimer <fweimer@...hat.com>
To: Gernot Reisinger <Gernot.Reisinger@...ino.at>
Cc: musl@...ts.openwall.com
Subject: Re: Question regarding dynamic loader

* Gernot Reisinger:

> I recently stumbled upon an issue with preloading a shared object into
> a Go application (see related Go ticket
> https://github.com/golang/go/issues/28909).

The bug here is that Go does not call __libc_start_main at all and does
not link crt1.o.  That is a major toolchain bug.  It's surprising that
this works at all.

Thanks,
Florian

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.