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

Builder curl-unthreaded-solaris11-i386 Build #4770

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionacb4fcb2ef38e318ce60f3b8ae413c5760bf366f
Got Revisionacb4fcb2ef38e318ce60f3b8ae413c5760bf366f
Changes6 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 54 mins, 10 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4770 Build
codebase Build
got_revision acb4fcb2ef38e318ce60f3b8ae413c5760bf366f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision acb4fcb2ef38e318ce60f3b8ae413c5760bf366f Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed Mar 18 10:55:29 2026
EndWed Mar 18 12:48:19 2026
Elapsed1 hrs, 52 mins, 50 secs

All Changes:

:

  1. Change #261371

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 17 Mar 2026 23:39:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0d7677ac721a83c4c288a9b1f86d4830c2d82809

    Comments

    generate.bat: remove extra % from VC11 and VC12 runs
    The extra % translates to nothing, so this did not break anything they
    are just superfluous.
    
    Follow-up to 57d349fe0eee7e1f3eb68dc
    
    Assisted-by: Viktor Szakats
    
    Found by Codex Security

    Changed files

    • projects/Windows/generate.bat
  2. Change #261372

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

    Comments

    tool_formparse: propagate my_get_line errors when reading headers
    The read_field_headers() function would return "ok" even if the
    underlying file read returned error, thus would the parent not become
    aware of the problem.
    
    Follow-up to f847d2ed0244319ee6b5e9b054c
    
    Found by Codex Security
    
    Closes #20963

    Changed files

    • src/tool_formparse.c
  3. Change #261417

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 18 Mar 2026 10:24:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b11f43a4db96cb0533f29739faced172c07244f6

    Comments

    top-complexity: prevent filename-based shell injection risk
    As we run this script in CI, this should reduce the risk of mischief
    
    Found by Codex Security
    
    Closes #20969

    Changed files

    • scripts/top-complexity
  4. Change #261418

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 18 Mar 2026 10:25:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 02e04eaee7cce029f88b2cf35885646c1b9c922b

    Comments

    asyn-ares: fix HTTPS-lookup when not on port 443
    Follow-up to 8d0bfe74fba1e8394e73d
    
    Spotted by Codex Security
    
    Closes #20966

    Changed files

    • lib/asyn-ares.c
  5. Change #261419

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 18 Mar 2026 10:34:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a43ea5943bb553c73777d33e353ccffcc52a23fb

    Comments

    http2: clear the h2 session at delete
    When calling nghttp2 to delete session, clear the pointer to avoid risk
    of UAF.
    
    Pointed out by Codex Security
    
    Closes #20975

    Changed files

    • lib/http2.c
  6. Change #261420

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 18 Mar 2026 10:40:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision acb4fcb2ef38e318ce60f3b8ae413c5760bf366f

    Comments

    tool_msgs: avoid null pointer deref for early errors
    When errorf()/warnf() is used early on, before the global pointer is
    setup, curl would previosly deref the null pointer.
    
    Follow-up to 3b40128b0f11a3
    
    Found by Codex Security
    
    Closes #20967

    Changed files

    • src/tool_msgs.c