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

Builder curl-threaded-solaris11-i386 Build #4783

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioncc5604182a9e6256e8b5bc288c8586a74fb7492b
Got Revisioncc5604182a9e6256e8b5bc288c8586a74fb7492b
Changes4 changes

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-i386' triggered this build

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 4783 Build
codebase Build
got_revision cc5604182a9e6256e8b5bc288c8586a74fb7492b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cc5604182a9e6256e8b5bc288c8586a74fb7492b Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Mar 17 19:15:36 2026
EndTue Mar 17 22:06:33 2026
Elapsed2 hrs, 50 mins, 57 secs

All Changes:

:

  1. Change #261342

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 16:14:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ae09e5bf0d1f868f7094be8f640ec46d66e668bf

    Comments

    curl_get_line: error out on read errors
    Missing ferror handling in Curl_get_line causes infinite loops on I/O
    errors, leading to denial-of-service hangs for config/cache file loads.
    
    Follow-up to 769ccb4d4261a75c8a4
    
    Pointed out by Codex Security
    
    Closes #20958

    Changed files

    • lib/curl_get_line.c
  2. Change #261346

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 16:31:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a46816b4cb7d72dc6cc185a0e1f6e081e44a4d7c

    Comments

    imap: reset the UIDVALIDITY state between transfers
    uidvalidity_set and mb_uidvalidity_set flags were never reset, leaving a
    risk for stale UIDVALIDITY state across transfers and mailbox switches.
    
    Follow-up to fb6a4802d7a76d8e36652b
    
    Spotted by Codex Security
    
    Closes #20962

    Changed files

    • lib/imap.c
  3. Change #261351

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 16:51:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a327a5bdedfad6b486bca4e0a1a4fdac9ab298ca

    Comments

    netrc: refactor into smaller sub functions
    Fixes #20950 - test 685 is extended for this
    Closes #20932

    Changed files

    • docs/cmdline-opts/netrc.md
    • docs/libcurl/opts/CURLOPT_NETRC.md
    • lib/netrc.c
    • tests/data/test685
  4. Change #261353

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 17:05:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cc5604182a9e6256e8b5bc288c8586a74fb7492b

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES