Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-02-01 21:07:44 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-02-01 21:07:44 +0300
commit0c16fe3a18ce6f98ee35bff9ac5b2e0a9f012dfa (patch)
treebf5ba00d864cf940478adb6318f20a1d6d15f7ed
parent7b396821ddd06df8e39143f16e1dc0a4645b89a3 (diff)
Publishing nanopb-0.2.9.4nanopb-0.2.9.4
-rw-r--r--CHANGELOG.txt4
-rwxr-xr-xgenerator/nanopb_generator.py2
-rw-r--r--pb.h2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 9199e2b..ad60ea7 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,7 @@
+nanopb-0.2.9.4 (2020-02-02)
+ Fix invalid free() after failed realloc() (GHSA-gcx3-7m76-287p)
+ Add workaround for avr-libc realloc() bug (#475)
+
nanopb-0.2.9.3 (2016-06-19)
Protect against corrupted _count fields in pb_release (#205)
diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py
index 31f888c..ec7341e 100755
--- a/generator/nanopb_generator.py
+++ b/generator/nanopb_generator.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
'''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.'''
-nanopb_version = "nanopb-0.2.9.3"
+nanopb_version = "nanopb-0.2.9.4"
import sys
diff --git a/pb.h b/pb.h
index dedcfe4..dd4ae23 100644
--- a/pb.h
+++ b/pb.h
@@ -46,7 +46,7 @@
/* Version of the nanopb library. Just in case you want to check it in
* your own program. */
-#define NANOPB_VERSION nanopb-0.2.9.3
+#define NANOPB_VERSION nanopb-0.2.9.4
/* Include all the system headers needed by nanopb. You will need the
* definitions of the following: