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

Builder curl-threaded-solaris11-i386 Build #3910

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf6334f379d7f8885ae0d212b4d0168388b314037
Got Revisionf6334f379d7f8885ae0d212b4d0168388b314037
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 52 mins, 44 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 3910 Build
codebase Build
got_revision f6334f379d7f8885ae0d212b4d0168388b314037 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f6334f379d7f8885ae0d212b4d0168388b314037 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
  2. Jochen Sprickerhof
  3. Viktor Szakats

Timing:

StartSun Oct 19 13:19:19 2025
EndSun Oct 19 15:29:25 2025
Elapsed2 hrs, 10 mins, 6 secs

All Changes:

:

  1. Change #246114

    Category curl
    Changed by Jochen Sprickerhof <gitohnoyoudont@jochen.sprickerhof.de>
    Changed at Sun 19 Oct 2025 13:12:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f03e7c1d645823db285e483ba2e3dde633d38dde

    Comments

    openldap: fix limit max incoming size test logic
    Use LDAP_OPT_SUCCESS for ldap_get_option, as done in the other calls.
    ber_sockbuf_ctrl returns 1 on success so reverse the logic.
    
    Follow-up to f91be14bfb
    Closes #19138

    Changed files

    • lib/openldap.c
  2. Change #246115

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 13:13:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8d302ec93647ec7a57fdf8a6a1d2f7ac2af07fac

    Comments

    socks: avoid UAF risk in error path
    The code obtained a pointer resp via Curl_bufq_peek(), but called
    Curl_bufq_skip() before it would access them in the failf() call.
    
    The Curl_bufq_skip() call can trigger prune_head which may free or
    recycle the chunk that resp points into.
    
    Pointed out by ZeroPath
    Closes #19139

    Changed files

    • lib/socks.c
  3. Change #246116

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 19 Oct 2025 13:16:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f6334f379d7f8885ae0d212b4d0168388b314037

    Comments

    examples: replace casts with `curl_off_t` printf masks
    Follow-up to e4ec666a3d742202c06e76a97934f97f2bc7588c #19112
    
    Closes #19133

    Changed files

    • docs/examples/chkspeed.c
    • docs/examples/fileupload.c
    • docs/examples/ftpupload.c
    • docs/examples/progressfunc.c
    • docs/examples/sftpuploadresume.c