1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00
Files
glibc/elf/tst-version-hash-zero-mod.map
Florian Weimer 46d3198094 elf: Fix handling of symbol versions which hash to zero (bug 29190)
This was found through code inspection.  No application impact is
known.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2025-03-07 17:41:59 +01:00

14 lines
251 B
Plaintext

Base {
local: *;
};
/* Define the version so that tst-version-hash-zero-refmod.so passes
the initial symbol version check. */
OTHER_VERSION {
} Base;
/* This version string hashes to zero. */
PPPPPPPPPPPP {
global: global_variable;
} Base;