summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-11-25 09:51:58 +1300
committerOlly Betts <olly@survex.com>2022-11-25 09:51:58 +1300
commit81c6a6389873d58795a9b75a8b39f38dd32f850f (patch)
treea3815c6381d0b17ae15f55653e394fb6354237d4 /CHANGES.current
parent5a8d58c3a761280036520f07b53f47d5856f9171 (diff)
downloadswig-81c6a6389873d58795a9b75a8b39f38dd32f850f.tar.gz
Fix undefined behaviour in parser
Fix undefined behaviour in swig's parser when handling default parameter expressions containing method calls. Fixes #2447
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index e268b30ea..ba8bc36ef 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.2.0 (in progress)
===========================
+2022-11-25: olly
+ #2447 Fix undefined behaviour in swig's parser when handling
+ default parameter expressions containing method calls.
+
2022-11-22: wsfulton
#1037 Fix seg fault handling template parameter expressions containing '<='
or '>='.