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

Builder curl-threaded-solaris11-i386 Build #4722

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 5 mins, 21 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 4722 Build
codebase Build
got_revision 3d708e239b55265dca9a3c4fcbfab35aa4be1236 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3d708e239b55265dca9a3c4fcbfab35aa4be1236 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Mar 3 16:26:36 2026
EndTue Mar 3 19:22:50 2026
Elapsed2 hrs, 56 mins, 13 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