Skip to content

9.0.1

Compare
Choose a tag to compare
@chwarr chwarr released this 14 Jul 23:02
· 96 commits to master since this release

9.0.1: 2020-07-14

  • IDL core version: 3.0
  • C++ version: 9.0.1
  • C# NuGet version: 9.0.1
  • gbc & compiler library: 0.12.1.0

C++

  • The RapidJSON submodule now points to commit
    8f4c021.
    This addresses some aliasing warnings in recent versions of Clang and GCC.

C#

  • Fixed MSB3105/CS2002 error about duplicate Compile items when a directory
    contains multiple .bond files and --gprc is in $BondOptions. (Issue
    #1050
    )
  • Fix handling of large container lengths that could cause an infinite loop
    when deserializing some payloads. This fix addresses
    CVE-2020-1469.