提交 39ef612a 编写于 作者: R Rich Felker

fix regression in access to optopt object

commit b9410061 inadvertently omitted
optopt from the "dynamic list", causing it to be split into separate
objects that don't share their value if the main program contains a
copy relocation for it (for non-PIE executables that access it, and
some PIE ones, depending on arch and toolchain versions/options).
上级 122d67f8
......@@ -28,6 +28,7 @@ __signgam;
optarg;
optind;
opterr;
optopt;
optreset;
__optreset;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册