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

Builder curl-threaded-solaris11-sparc Build #5564

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 23 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 47 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5564 Build
codebase Build
got_revision 8deaf04febba87b0253a5421c663197739c374ca Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8deaf04febba87b0253a5421c663197739c374ca 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. Stefan Eissing

Timing:

StartMon Mar 30 18:50:18 2026
EndMon Mar 30 19:21:41 2026
Elapsed31 mins, 23 secs

All Changes:

:

  1. Change #262887

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 30 Mar 2026 18:39:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8deaf04febba87b0253a5421c663197739c374ca

    Comments

    fopen: for temp files, inherit permissions only for owner
    When creating a temp file in order to later replace an original, copying
    over the existing permissions can not be considered safe when the user
    running libcurl is not the owner of the existing file.
    
    Closes #21092

    Changed files

    • lib/curl_fopen.c