summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-10-14 18:28:46 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-10-18 17:45:21 +0200
commit6746138ae86af0e850fd155b43a8a0b9c398d907 (patch)
tree7494e61111cc32cea115403f0ba14fa3f7f07074
parent5111ba3b608513b1bb8db2c381abfad7340be242 (diff)
downloadsparse-6746138ae86af0e850fd155b43a8a0b9c398d907.tar.gz
Sparse v0.6.3v0.6.3
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
-rw-r--r--Documentation/release-notes/v0.6.3.rst5
-rw-r--r--Makefile2
2 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/release-notes/v0.6.3.rst b/Documentation/release-notes/v0.6.3.rst
index 521c0063..7ec59eff 100644
--- a/Documentation/release-notes/v0.6.3.rst
+++ b/Documentation/release-notes/v0.6.3.rst
@@ -1,5 +1,5 @@
-v0.6.3 (Fall 2020)
-==================
+v0.6.3 (2020-10-17)
+===================
Bug fixes:
* fix missing inlining of _Generic expression
@@ -15,6 +15,7 @@ Bug fixes:
* fix access to defining instruction in simplify_unop()
* fix evaluation of pointer to bool conversions
* fix usual conversion of integers
+ * fix null pointer deref on return expression with invalid type
New features:
* add support for arch specific asm constraints
diff --git a/Makefile b/Makefile
index f7da0ded..31366446 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.6.3-rc1
+VERSION=0.6.3
########################################################################
# The following variables can be overwritten from the command line