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

Builder curl-unthreaded-solaris11-i386 Build #4440

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 18 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-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4440 Build
codebase Build
got_revision 40c1748af503cf54443e17db5f537b548faa9328 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 40c1748af503cf54443e17db5f537b548faa9328 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. Viktor Szakats

Timing:

StartTue Jan 6 20:11:36 2026
EndTue Jan 6 20:18:54 2026
Elapsed7 mins, 18 secs

All Changes:

:

  1. Change #254352

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

    Comments

    tool_urlglob: fix propagating OOM error from `sanitize_file_name()`
    Make sure to convert a low-level OOM error code a libcurl one, to make
    the curl tool to display an accurate error code and messages. On Windows
    and MS-DOS.
    
    Improving:
    ```
    $ CURL_FN_SANITIZE_OOM=1 wine curl.exe https://curl.se/ --output out.txt
    [...]
    curl: (3) URL using bad/illegal format or missing URL
    ```
    to:
    ```
    [...]
    curl: (27) Out of memory
    ```
    
    Cherry-picked from #20116
    Closes #20198

    Changed files

    • src/tool_urlglob.c