unpack Perl format is broken
Opened this issue · 0 comments
dvtylr commented
Lines 1041-1041 in pack.cc should not be executed in Perl format mode:
if(!usePerlFormat) {
formatlen--; /* Skip '/' separator, does no harm if inputlen == 0 */
format++;
}