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

Builder curl-unthreaded-solaris10-i386 Build #16355

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16355 Build
codebase Build
got_revision e2d61a6b306cece5f194d70c05e55352f525dff9 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e2d61a6b306cece5f194d70c05e55352f525dff9 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Jan 6 12:45:20 2026
EndTue Jan 6 12:49:02 2026
Elapsed3 mins, 42 secs

All Changes:

:

  1. Change #254264

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 06 Jan 2026 12:20:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e2d61a6b306cece5f194d70c05e55352f525dff9

    Comments

    curlx_win32_fopen: use `_fsopen()`/`_wfsopen()` with `_SH_DENYNO`
    Replacing `fopen_s()`/`_wfopen_s()`, to allow customizing share mode,
    and keep the sharing mode as was with `fopen()`/`_wopen()` earlier and
    as used in `_sopen_s()`/`_wsopen_s()`.
    
    The replaced functions used `_SH_SECURE` internally. Otherwise they are
    identical to the replacements.
    
    Ref: https://learn.microsoft.com/cpp/c-runtime-library/reference/fsopen-wfsopen
    
    Reported-by: Jay Satiro
    Fixes #20155
    Ref: #20156
    Follow-up to 1e7d0bafc6d25d98ec72ff419df65fda3cf147a7 #19643
    Closes #20186

    Changed files

    • lib/curlx/fopen.c