Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2022 22:47:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 262056] usr.bin/fetch: strtol(3) overflow in -S (--require-size)
Message-ID:  <bug-262056-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262056

            Bug ID: 262056
           Summary: usr.bin/fetch: strtol(3) overflow in -S
                    (--require-size)
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: jbeich@FreeBSD.org

print/texlive-texmf after ports 8374a33c804a fails to confirm target file size
due to value being larger than LONG_MAX.

$ fetch -S 3474113420
https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2021/texlive-20210325-texmf.tar.xz
fetch:
https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2021/texlive-20210325-texmf.tar.xz:
size mismatch: expected 2147483647, actual 3474113420

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262056-227>