On Mon, Jan 22, 2018 at 12:40 PM, Kyle Evans <kev...@freebsd.org> wrote:
> Author: kevans
> Date: Mon Jan 22 18:40:19 2018
> New Revision: 328263
> URL: https://svnweb.freebsd.org/changeset/base/328263
>
> Log:
>   libregex: Add a symbol map
>
>   kib points out that trying to re-use symbol versioning from libc is dirty
>   and wrong. The implementation in libregex is incompatible by design with the
>   implementation in libc. Using the symbol versions from libc can and likely
>   will cause confusions for linkers and bring unexpected behavior for
>   consumers that unwillingly (transitively) link against libregex.
>
>   Reported by:  kib
>

Another thing I forgot to note here: libregex symbol versioning was
actually not happening prior to this commit due to failure to define
VERSION_DEF. This has also been corrected in this commit.
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to