From c5a891a29d1d4f946181f6699bcf7f6fe35b43e6 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 12 Apr 2022 14:10:08 +0100 Subject: 50049: care with signed characters Some signed-to-unsigned casts needed for a couple of cases of pointers used as indices. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 80a7f4657..434db5ab9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2022-04-12 Peter Stephenson + + * 50049: Src/exec.c, Src/prompt.c: care with signed character + indices on the few remaining systems such as Cygwin that aren't + otherwise protected. + 2022-04-20 Jun-ichi Takimoto * 50081: Src/pattern.c, Src/params.c: reset global mbstate_t -- cgit 1.4.1