diff --git a/ChangeLog b/ChangeLog index 309ca4d..50ca38f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2022-04-25 NRK + + Cppcheck fixes + Origin: https://github.com/tats/w3m/pull/231 + * regex.c: check bound _before_ making access. + * main.c: ensure map isn't NULL. + * Str.c: properly close va_list. + 2022-04-19 Rene Kita Fix some more warnings