]> Dogcows Code - chaz/tar/commit
Handle incremental format 2 with negative numbers, too.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 23 Dec 2012 06:27:38 +0000 (22:27 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 23 Dec 2012 06:28:04 +0000 (22:28 -0800)
commit7c43775f4f667c435c9f67cbaf4738b3bcd59c03
tree8af4654dbd6acd9a5f37d89067f8c72eb4514af1
parentdf7b55a8f6354e30e8da62eec7f706df033d0c81
Handle incremental format 2 with negative numbers, too.

* src/incremen.c (read_unsigned_num): Last arg is intmax_t *, not
uintmax_t, for consistency with other readers.  All callers changed.
Avoid signed integer overflow.
(read_num):
src/incremen.c
This page took 0.017955 seconds and 4 git commands to generate.