Commits


rsgowman authored and GitHub committed 2b0f4627383
Fix undefined behaviour in test. (#1381) PB_LAST_FIELD is required by nanopb, but was missed in the test. Without this, undefined behaviour results. (Either manifesting itself as fine (i.e. if there's zeros following) or segfaults.)