VoxeLibre/mods/HUD
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
..
awards
hudbars
mcl_achievements
mcl_base_textures
mcl_bossbars
mcl_credits
mcl_death_messages
mcl_experience
mcl_formspec
mcl_formspec_prepend
mcl_hbarmor
mcl_info
mcl_inventory Fix creative mode inventory search crash 2022-11-15 04:41:01 +01:00
mcl_offhand
mcl_title
show_wielded_item
modpack.conf