Skip to content

v1.9.6

Choose a tag to compare

@ShrBox ShrBox released this 25 Feb 15:10
· 218 commits to main since this release
a29e7e3

Added

  • Added loading of packages from the corresponding directory under the server-side mods @Lovelylavender4

Changed

  • Bumped bedrock-runtime-data to v1.21.132-server.8
  • Bumped bedrock-runtime-data to v1.21.132-client.9
  • Updated Minecraft headers
  • Adjusted compiler macro and name prefix handling @OEOTYAN
  • Bumped gsl to v4.2.0

Fixed

  • Avoided null dereference in MolangVariable copy @OEOTYAN
  • Work around MCPE-228407 crash caused by Mojang's RakNet modifications @wu-vincent
    Mojang's modified RakNet adds handlers for packet types 0x86-0x8A that don't exist in upstream RakNet. The 0x86
    handler reads a SystemAddress without validating packet length, allowing a crafted undersized packet to trigger a
    buffer over-read and crash the server. Drop these malformed packets before they reach the vulnerable code path.