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

Builder curl-threaded-solaris11-sparc Build #5482

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5482 Build
codebase Build
got_revision 86c25c06c92c18fef862d1cc9459cf78a22f72c7 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 86c25c06c92c18fef862d1cc9459cf78a22f72c7 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Mar 19 11:25:25 2026
EndThu Mar 19 12:35:48 2026
Elapsed1 hrs, 10 mins, 23 secs

All Changes:

:

  1. Change #261519

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 11:17:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d86fd143a1fbc54124855ff7947ed0b3b9dfcf89

    Comments

    synctime: fix off-by-one read and write to a read-only buffer (Windows)
    Also making the `--synctime` option work.
    
    Off-by-one found by Codex Security
    
    Assisted-by: Jay Satiro
    
    Closes #20987

    Changed files

    • docs/examples/synctime.c
  2. Change #261520

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 11:17:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 59405ffb7d8be6b26e8823dee8ccd604be4ee10d

    Comments

    build: enable `-Wimplicit-int-enum-cast` compiler warning, fix issues
    Offered by clang 21+.
    
    Closes #20990

    Changed files

    • CMake/PickyWarnings.cmake
    • lib/vssh/libssh2.c
    • m4/curl-compilers.m4
    • tests/libtest/cli_hx_download.c
  3. Change #261521

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 11:17:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 86c25c06c92c18fef862d1cc9459cf78a22f72c7

    Comments

    x509asn1: fix to return error in an error case from `encodeOID()`
    Found by Codex Security
    
    Follow-up to d8b0318ad6da7e51f7c94df00a5f165a52580889 #3582
    
    Closes #20991

    Changed files

    • lib/vtls/x509asn1.c