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
AgeCommit message (Expand)Author
2020-08-03malloc_wrappers: Detect double-free errors better in test casesPetteri Aimonen
2020-08-01fuzztest: Fix bug in malloc wrapper code in testcase.Petteri Aimonen
2020-07-31fuzztest: workaround slowness with clang libsanitizer.Petteri Aimonen
2020-02-02Fix more stack overflows in test cases on AVR.Petteri Aimonen
2020-02-01Avoid overflows in testcase malloc_wrappersPetteri Aimonen
2020-02-01Make fuzz test also check under low memory conditions.Petteri Aimonen
2020-02-01Add testcase for GHSA-gcx3-7m76-287pPetteri Aimonen
2020-01-20malloc wrappers in test cases: fix handling of failed realloc()Petteri Aimonen
2020-01-19Fuzztest: reduce memory usage (for AVR)Petteri Aimonen
2020-01-16Add more extensive validation as part of fuzz test.Petteri Aimonen
2019-12-31Improve guard checks in malloc_wrappers.cPetteri Aimonen
2019-12-16Compatibility fixes in tests for AVRPetteri Aimonen
2019-12-15Improve fuzztest checksPetteri Aimonen
2019-11-12Use -Wconversion only for the #453 test case.Petteri Aimonen
2017-05-03Unit test updates for the string lengthPetteri Aimonen
2015-09-20Add syntax specification to .proto files (issue #167)Petteri Aimonen
2014-12-27Fix build failure due to missing dependency in SConscriptPetteri Aimonen
2014-12-26Move malloc support to tests/common directoryPetteri Aimonen
2014-12-26Move malloc_wrappers.c to tests/commonPetteri Aimonen
2014-09-07Add a few missing unit testsPetteri Aimonen
2014-08-10Separate field iterator logic from pb_decode to pb_common.Petteri Aimonen
2013-12-29Add a SCons tool for nanopb protos.Petteri Aimonen
2013-10-24Detect invalid sizes when encoding bytes fields.Petteri Aimonen
2013-09-10Compiler options for GCC, clang and tccPetteri Aimonen
2013-09-10Build fixes for Windows/Visual C++Petteri Aimonen
2013-09-08Start moving the tests into subfolders. Transition to SCons for build system ...Petteri Aimonen