Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-threaded-solaris10-sparc Build #3174

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision41931f1659f485ba60cfb4da0b4479bfb0fd8a8e
Got Revision41931f1659f485ba60cfb4da0b4479bfb0fd8a8e
Changes1 change

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 25 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 16 mins, 11 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3174 Build
codebase Build
got_revision 41931f1659f485ba60cfb4da0b4479bfb0fd8a8e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 41931f1659f485ba60cfb4da0b4479bfb0fd8a8e Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Dec 1 08:48:12 2025
EndMon Dec 1 09:22:02 2025
Elapsed33 mins, 49 secs

All Changes:

:

  1. Change #250581

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 01 Dec 2025 08:37:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 41931f1659f485ba60cfb4da0b4479bfb0fd8a8e

    Comments

    imap: make sure Curl_pgrsSetDownloadSize() does not overflow
    Follow-up to c1e3a760b. The previous update missed an addition that also
    can wrap and cause confusion. Fixing this by calling
    Curl_pgrsSetDownloadSize() after the overflow check.
    
    Reported-by: Deniz Parlak
    Closes #19774

    Changed files

    • lib/imap.c