[openssl/openssl] 442884: test/recipes/01-test_symbol_presence.t: Ignore sym...

Richard Levitte noreply at github.com
Mon Dec 4 09:01:53 UTC 2023


  Branch: refs/heads/openssl-3.2
  Home:   https://github.com/openssl/openssl
  Commit: 44288415caad757cd27ed32acfa57014e305defa
      https://github.com/openssl/openssl/commit/44288415caad757cd27ed32acfa57014e305defa
  Author: Richard Levitte <levitte at openssl.org>
  Date:   2023-12-04 (Mon, 04 Dec 2023)

  Changed paths:
    M test/recipes/01-test_symbol_presence.t

  Log Message:
  -----------
  test/recipes/01-test_symbol_presence.t: Ignore symbols starting with '__'

On some platforms, the compiler may add symbols that aren't ours and that we
should ignore.

They are generally expected to start with a double underscore, and thereby
easy to detect.

Fixes #22869 (partially)

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22880)

(cherry picked from commit 6c63b7e861819db439551b52ea5594faec04b65c)


  Commit: cc493c03045105ba8f339d1b914a9ae7b36d4301
      https://github.com/openssl/openssl/commit/cc493c03045105ba8f339d1b914a9ae7b36d4301
  Author: Richard Levitte <levitte at openssl.org>
  Date:   2023-12-04 (Mon, 04 Dec 2023)

  Changed paths:
    M test/recipes/01-test_symbol_presence.t

  Log Message:
  -----------
  test/recipes/01-test_symbol_presence.t: Treat common symbols specially

Common symbols (type 'C' in the 'nm' output) are allowed to be defined more
than once.  This makes test/recipes/01-test_symbol_presence.t reflect that.

Fixes #22869 (partially)
Fixes #22837

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22880)

(cherry picked from commit 4ff5137ff5fb896e0273d274110517e3c7adb8cf)


Compare: https://github.com/openssl/openssl/compare/fd105ab862d9...cc493c030451


More information about the openssl-commits mailing list