VoxeLibre/mods
erlehmann 94960b64d4 Fix creative mode inventory search crash
Before this patch it was possible for any user to to crash Minetest in
creative mode. This was possible because queries in the search field
were interpreted as search patterns for string.find().

A search for a single square bracket would reliably crash the server.
Also, a search for 6000 times the string “a?” would hang the server.

The solution to both bugs is to not interpret the query as a pattern.
2022-11-15 04:41:01 +01:00
..
CORE Logging improvements 2022-11-12 02:35:00 +01:00
ENTITIES Remove WIP flag for hopper minecart 2022-11-14 04:07:41 +01:00
ENVIRONMENT Fix player not getting damage from lightning 2022-11-05 01:16:27 +01:00
HELP update 2022-08-22 21:41:55 +00:00
HUD Fix creative mode inventory search crash 2022-11-15 04:41:01 +01:00
ITEMS Don't transfer whole stacks 2022-11-14 04:07:41 +01:00
MAPGEN change schematics for gold and sponges instead of chests 2022-11-15 01:28:51 +01:00
MISC Remove mobs_mc_gameconfig 2022-05-27 02:44:39 +02:00
PLAYER Fix undeclared global variable in mcl_playerplus 2022-11-14 12:40:45 -06:00