Re: tar-1.33/src/buffer.c:1733:redundantAssignment

2021-01-08 Thread David Binderman
Hello there,   >> tar-1.33/src/buffer.c:1733:25: style: Variable 'st.orig_file_name' is >> reassigned a value before the old one >has been used. [redundantAssignment] >As a matter of fact, its value *is* used before reasignment.  By >xheader_format_name. Agreed. The static analyser tool cppchec

Re: tar-1.33/src/buffer.c:1733:redundantAssignment

2021-01-08 Thread Sergey Poznyakoff
David Binderman ha escrit: > tar-1.33/src/buffer.c:1733:25: style: Variable 'st.orig_file_name' is > reassigned a value before the old one has been used. [redundantAssignment] As a matter of fact, its value *is* used before reasignment. By xheader_format_name. Regards, Sergey