Commits


Antoine Pitrou authored and GitHub committed 7319250597b
GH-14875: [C++] C Data Interface: check imported buffer for non-null (#14814) The C data interface may expose null data pointers for zero-sized buffers. Make sure that all buffer pointers remain non-null internally. Followup to GH-14805 * Closes: #14875 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>