pivot-table: Don't rely on xcalloc (0, x) returning nonnull.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 1 Jan 2021 06:13:59 +0000 (22:13 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 2 Jan 2021 03:23:40 +0000 (19:23 -0800)
commit47bb96f9a99341df405f7ff20ffb9bc987381c36
tree60680f3b4ba3e3e32b510443224951ac3d81ae3a
parent2dbe538ca8012aa7a59fa91993ab25cc3706e50d
pivot-table: Don't rely on xcalloc (0, x) returning nonnull.

I believe that glibc and gnulib ensure this, but I would rather not rely
on that.
src/output/pivot-table.c