bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: null ptr deref in try_dlopen


From: Gary V. Vaughan
Subject: Re: null ptr deref in try_dlopen
Date: Sun, 26 Sep 2004 12:10:01 +0100
User-agent: Mozilla Thunderbird 0.8 (Macintosh/20040913)

Ralf Wildenhues wrote:
Actually, while looking at try_dlopen, a couple of questions have come
up (don't worry about these for the next alpha or so, I'm sorry for the
unfortunate timing).

No problem. If I can get my fortran compiler to work, I'm planning on branching for the next release later today, so we can limit ourselves to fixes only on the release branch.

- The module name -- does it (should it) contain version information?
  If yes, how much, and how encoded?

At the moment only the path to the module is used to identify it.  And
that's all thats needed I think. It would be perfectly possible to build a version checking layer above lt_dlopenext using lt_dlsym("version") or the like, but I think libltdl is low enough level that it needn't enforce a particular scheme. Maybe we could implement an optional recommended scheme in a future release?

- If yes, shoud it be possible for a program (a library) to be able
  to load two different versions of the same module simultaneously?

Yes, they will have different path names, and libltdl doesn't care about
anything else.

- Would you eventually accept a rewrite of try_dlopen?

Absolutely, the current implementation is horrid. I've been picking away at the edges of libltdl for a year or so now in the hope of getting
to the point where I can actually follow what the hell is going on in
try_dlopen to tidy it up a bit (a lot!).

BTW, I have not forgotten about the Autotest stuff, I'll send something
eventually.

Okay, thanks :-)

Cheers,
        Gary.
--
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]