maxPathBytes constant
int
const maxPathBytes
Largest accepted archive path length (defensive bound on untrusted input).
Implementation
static const maxPathBytes = 4096;
Largest accepted archive path length (defensive bound on untrusted input).
static const maxPathBytes = 4096;