提交 94960c84 编写于 作者: R Richard Levitte

Make sure that the signal storage is regarded as volatile.

This correction was originally introduced in OpenBSD's tracking of OpenSSL.
上级 6859cf74
......@@ -378,7 +378,7 @@ static void read_till_nl(FILE *in)
} while (strchr(buf,'\n') == NULL);
}
static sig_atomic_t intr_signal;
static volatile sig_atomic_t intr_signal;
static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册