You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-29 03:22:01 +03:00
StringStore NULL check includes a check for _CpNuLl_ in the StringStore. This is a case should never happen but we keep it just in case. Unfortunately this check was skipping 4*8 bytes instead of just 4 bytes. This is definitely bad behaviour but it could cause an out-of-bounds read based crash.