Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [Bug] modules zsh/tcp, zsh/zftp unloadable, probably affecting most modern Linuxes



On Mon, Jun 5, 2023 at 12:35 PM Marcus Müller <marcus_zsh@xxxxxxxxxxx> wrote:
>
> Ah, so we're exporting and thus overwriting a symbol that overwrites a
> pointer by the name of an existing libc function with a "overrides
> potentially unowned memory" one?

As I understand it that symbol will only be defined by tcp.c if it's
not available from libc or other linked library, so it's not actually
overwriting an identically-named symbol.

Or at least that's the intention, the #ifdef's that are meant to
accomplish it may need refinement for more recent library changes.




Messages sorted by: Reverse Date, Date, Thread, Author