|
|
Subscribe / Log in / New account

What's coming in glibc 2.10

What's coming in glibc 2.10

Posted Apr 19, 2009 22:55 UTC (Sun) by jreiser (subscriber, #11027)
In reply to: What's coming in glibc 2.10 by nix
Parent article: What's coming in glibc 2.10

... a function pointer to a function that takes no argument and returns the real function pointer to use ...

It would be useful to have some parameters: a pointer to the symbol table entry for the symbol in question (and the string table, ...), and a pointer to the dynamic linker context (search path: chain of struct link_map *) that applies. Then the same intercepting function could handle multiple names (there are many str* and mem* functions, for instance) and might be able to handle better some special cases such as compatibility matching, etc.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds