aboutsummaryrefslogtreecommitdiff
path: root/src/util/base64.cpp
diff options
context:
space:
mode:
authorSmallJoker <mk939@ymail.com>2021-12-29 19:20:38 +0100
committerSmallJoker <mk939@ymail.com>2021-12-29 19:20:49 +0100
commit481bb90eac45651ba6f71860ed669341fcbef6f1 (patch)
tree5d9ee38b226a1f52f4b8191b2f84d5a73cc91100 /src/util/base64.cpp
parent0fa54531d48eb2fcd09377a6fb8e7c81e09ada63 (diff)
downloadminetest-481bb90eac45651ba6f71860ed669341fcbef6f1.tar.gz
minetest-481bb90eac45651ba6f71860ed669341fcbef6f1.tar.bz2
minetest-481bb90eac45651ba6f71860ed669341fcbef6f1.zip
Fix segfault in drawItems() due to missing inventory list
This fixes a nullptr dereference when the specified inventory list is not known. Happens when HUD elements are sent before the required inventory list is created.
Diffstat (limited to 'src/util/base64.cpp')
0 files changed, 0 insertions, 0 deletions
id='n123' href='#n123'>123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190