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

Builder curl-ares-solaris11-sparc Build #5398

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 2 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5398 Build
codebase Build
got_revision 3d708e239b55265dca9a3c4fcbfab35aa4be1236 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3d708e239b55265dca9a3c4fcbfab35aa4be1236 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Mar 3 16:22:42 2026
EndTue Mar 3 17:32:08 2026
Elapsed1 hrs, 9 mins, 26 secs

All Changes:

:

  1. Change #259720

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 03 Mar 2026 16:02:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3d708e239b55265dca9a3c4fcbfab35aa4be1236

    Comments

    urlapi: use U_CURLU_URLDECODE when toggling it off unsigned
    In this use case 'unsigned value &= ~DEFINE;
    
    As otherwise the right side is treated as signed, which annoyingly
    triggers UBSan. The U_* defines are local versions of the public define,
    only typecast to unsigned.
    
    Reported-by: xmoezzz on github
    Fixes #20753
    Closes #20769

    Changed files

    • lib/urlapi-int.h
    • lib/urlapi.c