Skip to content

unpack Perl format is broken #5

Description

@dvtylr

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++;
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions