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-06-23 13:17:39 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-06-23 13:17:39 +0300
commitcd23364351d7aa1fa18650490c1330e30ca9f30b (patch)
treeb4a4bdf682979a93f0a6b2d2809d0b49568a519c
parentdd1cf4a04eee2704f869cc03ab4568b908532b9d (diff)
Publishing nanopb-0.2.9.5nanopb-0.2.9.50.2.9.5maintenance_0.2
-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 ad60ea7..6413737 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,7 @@
+nanopb-0.2.9.5 (2020-06-23)
+ Fix buffer overflow when encoding bytes with size set to 65535 (#547, GHSA-3p39-mfxg-hrq4)
+ Backport Python 3 and protoc 3.x fixes to test cases
+
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)
diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py
index ec7341e..d2d7db0 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.4"
+nanopb_version = "nanopb-0.2.9.5"
import sys
diff --git a/pb.h b/pb.h
index dd4ae23..7336948 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.4
+#define NANOPB_VERSION nanopb-0.2.9.5
/* Include all the system headers needed by nanopb. You will need the
* definitions of the following: