]> git.pond.sub.org Git - empserver/commit
(xundump): Use malloc() instead of calloc() for fldca and fldidx,
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 5 Aug 2007 18:52:16 +0000 (18:52 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 5 Aug 2007 18:52:16 +0000 (18:52 +0000)
commit9394ca0630bba358e6848a0581f85a1ba5f5a3b9
tree78469efd8398e12fcecdc40c2d387d4259d27495
parent5e65a9dd3ca3e2497461e25d5c1918f6944e3b3f
(xundump): Use malloc() instead of calloc() for fldca and fldidx,
because the used part of these arrays is explicitely initialized by
deffld().
src/lib/common/xundump.c