maxPathBytes constant

int const maxPathBytes

Largest accepted archive path length (defensive bound on untrusted input).

Implementation

static const maxPathBytes = 4096;