]> git.ipfire.org Git - thirdparty/tar.git/commit
Port xsparse.c to AIX
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Nov 2024 18:05:23 +0000 (10:05 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Nov 2024 18:18:55 +0000 (10:18 -0800)
commit9bbcac1cf79e23c251a1e00cce5023a0cbd8301e
treed02f013cdce3169e11dcde35e34a990e930d5a7d
parentac06d4d104b540d7f09f6194b006905dab4622a2
Port xsparse.c to AIX

* scripts/xsparse.c (emalloc): Do not report failure when malloc
(0) returns NULL, as it does on AIX.  Simply return a null
pointer; that’s good enough for xsparse.c.
scripts/xsparse.c