Skip to content

v1.4.2 - fixed security vulnerability and enhanced CBOR support

Choose a tag to compare

@mouse07410 mouse07410 released this 12 May 01:59
· 83 commits to vlm_master since this release

What's Changed

  • Fix -fprefix not applied to asn_MBR_ symbols by @visstro in #477
  • Fix IOC table descriptor for inline-constrained built-in types by @visstro in #479
  • Fix X.691 clause 13.2.6 constrained-length APER INTEGER for range > 65536 by @visstro in #478
  • Harden APER constrained INTEGER decode against determinant and offset underflow by @codex in #481
  • Fix check-fprefix-link.sh: reorder options for macOS compatibility by @claude in #483
  • Fix uninitialized char ch causing clang -Werror build failure in XER/JER decoders by @Copilot in #485
  • Fix: Missing include for circular-referenced types in deeply nested struct typedefs by @bulldo2er in #486
  • aper: fix CHOICE encoder recursion depth leak by @acetcom in #489
  • Pr488 by @mouse07410 in #492
  • Fix PER SIZE constraints for UTF8String and other character string types by @Copilot in #494
  • tests: ignore asn1c version string in golden-reference comparisons by @Copilot in #496
  • [WIP] Fix apply -fprefix to anonymous typedef names by @codex in #498
  • Potential fix for code scanning alert no. 13: Wrong type of arguments to formatting function by @mouse07410 in #499
  • Potential fix for code scanning alert no. 9: Wrong type of arguments to formatting function by @mouse07410 in #503
  • Potential fix for code scanning alert no. 10: Wrong type of arguments to formatting function by @mouse07410 in #502
  • Potential fix for code scanning alert no. 11: Wrong type of arguments to formatting function by @mouse07410 in #501
  • Potential fix for code scanning alert no. 12: Wrong type of arguments to formatting function by @mouse07410 in #500
  • Potential fix for code scanning alert no. 15: Wrong type of arguments to formatting function by @mouse07410 in #504
  • Update check-CBOR.c by @mouse07410 in #505
  • Fix compiler warnings: misleading indentation and unused function by @Copilot in #508
  • Fix zero-length INTEGER body in OER, UPER, and APER decoders by @Copilot in #510

New Contributors

Full Changelog: v1.4...v1.4.2