File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -107,3 +107,9 @@ Released 17th April 2022.
107107- Fixed a memory leak in RakLib which could result in a server crash when players stay online for a long time.
108108- Fixed server crash when attempting to load a corrupted empty resource pack.
109109- Fixed users with the same name with differerently cased letters being able to duplicate items (userdata is matched by case-insensitive name).
110+
111+ # 4.2.9
112+ Released 19th April 2022.
113+
114+ ## Fixes
115+ - Fixed several potential crashes when deserializing item NBT (due to insufficient validation of input data).
Original file line number Diff line number Diff line change 3232final class VersionInfo{
3333 public const NAME = "PocketMine-MP " ;
3434 public const BASE_VERSION = "4.2.9 " ;
35- public const IS_DEVELOPMENT_BUILD = true ;
35+ public const IS_DEVELOPMENT_BUILD = false ;
3636 public const BUILD_CHANNEL = "stable " ;
3737
3838 private function __construct (){
You can’t perform that action at this time.
0 commit comments