]> Dogcows Code - chaz/tar/commit
Make sure name matching occurs before name transformation.
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 26 Oct 2010 14:47:16 +0000 (17:47 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 26 Oct 2010 19:29:02 +0000 (22:29 +0300)
commit28e91b48f680a6fab90ee39145123647345f385f
tree72e641d45b13878e7476438cd7d697a9a40cd44f
parent3c0bedd49444d0f6435b8d5ffbf1f1ec97927b9c
Make sure name matching occurs before name transformation.

The commit 9c194c99 altered that order.

* src/list.c (transform_stat_info): New function.  Split off from
decode_header.
(read_and): Call transform_stat_info right before do_something,
and after deciding if we should proceed with this member name,
so that name matching occurs before name transformation.

* tests/extrac17.at: New file.
* tests/Makefile.am (TESTSUITE_AT): Add extrac17.at
* tests/testsuite.at: Include extrac17.at.
src/list.c
tests/Makefile.am
tests/extrac17.at [new file with mode: 0644]
tests/testsuite.at
This page took 0.01787 seconds and 4 git commands to generate.