Re: [PATCH] Add Untar_FromChunk_Print() + Test

2016-07-15 Thread Gedare Bloom
It may be worth using a constant expression for the 512byte header parameter, since this 512 reappears in a couple of math expressions, if one ever changed it that would be a problem. Unless it is not changeable / part of the tar "specification" On Wed, Jul 13, 2016 at 7:59 AM, Alexander Krutwig

[PATCH] Add Untar_FromChunk_Print() + Test

2016-07-13 Thread Alexander Krutwig
From: Sebastian Huber --- cpukit/libmisc/untar/untar.c| 135 cpukit/libmisc/untar/untar.h| 30 testsuites/libtests/tar01/init.c| 44 testsuites/libtests/tar01/tar01.doc | 1 + testsuites/libtests/tar01/tar01.scn |