Remove alloca() from strntoul() helper in cpio
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 28 Apr 2008 16:10:25 +0000 (19:10 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 28 Apr 2008 16:10:25 +0000 (19:10 +0300)
commitb22712816cff6ee572056cb55c5d256a33ae1778
treefe8ad79bf3fd4fa9b97edae6fbfc49ab4c327f07
parentbbc89fbd350a27e296171f6eb973143662c88214
Remove alloca() from strntoul() helper in cpio
- only small (< 10 chars) buffers from struct cpioCrcPhysicalHeader are
  ever passed in, tmp buffer on stack is safe
lib/cpio.c