]> git.ipfire.org Git - thirdparty/tar.git/commit
tar: avoid read overrun
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 May 2020 18:52:01 +0000 (11:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 May 2020 18:52:26 +0000 (11:52 -0700)
commitdd1a6bd37a0d57eb4f002f01f49c51fa5c6bb104
tree72fce747ec4444645141f107959d0749a36feddb
parent41654f91f08eeff204d2ec2dabf2b81530060aaa
tar: avoid read overrun

Problem reported by Timotej Kapus in:
https://lists.gnu.org/r/bug-tar/2020-05/msg00001.html
* src/transform.c (parse_transform_expr):
Diagnose ‘--transform='s'’ instead of continuing past '\0'.
src/transform.c