You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.