Commits


Antoine Pitrou authored and GitHub committed b75755a2c06
GH-38479: [C++] Avoid passing null pointer to LZ4 frame decompressor (#39125) ### Rationale for this change Avoid undefined behavior in LZ4 when adding an offset to a null pointer. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #38479