Use 64bit type internally for package archive size & offset
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 9 Jun 2008 09:29:07 +0000 (12:29 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 9 Jun 2008 09:29:07 +0000 (12:29 +0300)
commit161395648f72bd27d18fcf96bdea38d24c74b437
tree4a03b64fe81a395234c945cf6ff8678535ea457f
parenta45f4a18038cd8f4f3f7f7a7a2ea54e7ad5fde93
Use 64bit type internally for package archive size & offset
- cpio "new" ascii format limits individual files to UINT32_MAX, no such
  limit on the entire archive though
- RPMSIGTAG_PAYLOADSIZE is 32bit type atm, assert that the archive size
  fits to UINT32_MAX despite internal presentation being larger
- FD_t limits the real archive to rpm_off_t still
build/buildio.h
build/pack.c
lib/fsm.c
lib/fsm.h
lib/rpmfi_internal.h