micropython-lib/micropython/utarfile
Damien George 0a5b635594 utarfile: Fix read/write handling of nulls in tar header.
For reading, the size is always terminated by a null, so just ignore it by
using 11 for the uctypes entry (this fixes a regression introduced in
7128d423c2).

For writing, the size must always be terminated by a null.

Signed-off-by: Damien George <damien@micropython.org>
2023-07-21 12:58:40 +10:00
..
utarfile utarfile: Fix read/write handling of nulls in tar header. 2023-07-21 12:58:40 +10:00
example-extract.py utarfile: Support creating/appending tar files. 2023-05-22 15:02:05 +10:00
manifest.py utarfile: Fix read/write handling of nulls in tar header. 2023-07-21 12:58:40 +10:00