Commits


Antoine Pitrou authored and Krisztián Szűcs committed fc6d408f5ad
ARROW-15326: [C++] Fix Gandiva crashes - Stack smashing crash because of excessive size given to utf8proc. - Heap access crash because of insufficient scratch space in levenshtein calculation. Closes #12145 from pitrou/ARROW-15326-gandiva-crashes Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>