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

Builder curl-unthreaded-solaris10-i386 Build #16019

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision18b94293133c1e035b5ac5b4fde854d1f17418a3
Got Revision18b94293133c1e035b5ac5b4fde854d1f17418a3
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 52 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 16019 Build
codebase Build
got_revision 18b94293133c1e035b5ac5b4fde854d1f17418a3 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 18b94293133c1e035b5ac5b4fde854d1f17418a3 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:

StartFri Nov 21 16:48:02 2025
EndFri Nov 21 16:57:32 2025
Elapsed9 mins, 29 secs

All Changes:

:

  1. Change #249591

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 21 Nov 2025 16:42:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision acfcc2b28806a1be7e027205673b1a33618ddfb5

    Comments

    checksrc: ban `_tcsncpy`, `wcscpy`, `wcsncpy`
    Follow-up to eaa7651374898cef89e5783b0219bdffcc0eb60e #19589
    
    Closes #19641

    Changed files

    • scripts/checksrc.pl
  2. Change #249592

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 21 Nov 2025 16:45:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 18b94293133c1e035b5ac5b4fde854d1f17418a3

    Comments

    curlx: replace `mbstowcs`/`wcstombs` with `_s` counterparts (Windows)
    They are used in Windows-specific `fopen()`, `freopen`, `open()` and
    `curlx_get_winapi_error()` calls, and in `fix_excessive_path()` in
    Unicode builds.
    
    Refs:
    https://learn.microsoft.com/cpp/c-runtime-library/reference/mbstowcs-mbstowcs-l
    https://learn.microsoft.com/cpp/c-runtime-library/reference/mbstowcs-s-mbstowcs-s-l
    https://learn.microsoft.com/cpp/c-runtime-library/reference/wcstombs-wcstombs-l
    https://learn.microsoft.com/cpp/c-runtime-library/reference/wcstombs-s-wcstombs-s-l
    
    Also ban these functions via checksrc.
    
    Co-authored-by: Jay Satiro
    
    Closes #19581

    Changed files

    • lib/curl_setup.h
    • lib/curlx/fopen.c
    • lib/curlx/winapi.c
    • scripts/checksrc.pl