Re: [PATCH] libmisc/untar: Set the perms to the value in the tar file.

2016-07-31 Thread Chris Johns
On 01/08/2016 11:15, Joel Sherrill wrote: Looks good. Was there a test case (before or after)? I ran the tests and they passed. I do not think a case existed or it would have failed. :) I will take a look. Chris ___ devel mailing list devel@rtems

Re: [PATCH] libmisc/untar: Set the perms to the value in the tar file.

2016-07-31 Thread Joel Sherrill
Looks good. Was there a test case (before or after)? --joel On Sun, Jul 31, 2016 at 8:03 PM, Chris Johns wrote: > This patch parses the mode field in the tar header and sets the > directory or file to the mode value in the header. > > Closes #2768. > --- > cpukit/libmisc/untar/untar.c | 47 > +

[PATCH] libmisc/untar: Set the perms to the value in the tar file.

2016-07-31 Thread Chris Johns
This patch parses the mode field in the tar header and sets the directory or file to the mode value in the header. Closes #2768. --- cpukit/libmisc/untar/untar.c | 47 ++-- cpukit/libmisc/untar/untar.h | 7 ++- 2 files changed, 34 insertions(+), 20 del