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

Builder curl-unthreaded-solaris10-sparc Build #13718

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 26 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 14 mins, 40 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13718 Build
codebase Build
got_revision f81e7197c1e4491b4238f58fb63524be4e0e98f6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f81e7197c1e4491b4238f58fb63524be4e0e98f6 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. trxvorr

Timing:

StartTue Dec 30 23:32:06 2025
EndWed Dec 31 00:16:45 2025
Elapsed44 mins, 38 secs

All Changes:

:

  1. Change #253610

    Category curl
    Changed by trxvorr <trxvorrohnoyoudont@users.noreply.github.com>
    Changed at Tue 30 Dec 2025 23:22:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f81e7197c1e4491b4238f58fb63524be4e0e98f6

    Comments

    digest: fix OWS and escaped quote handling
    The migration to the strparse API introduced regressions in Digest
    authentication parsing where Optional Whitespace (OWS) after commas was
    not skipped, and escaped quotes in values were not correctly parsed.
    
    This change ensures whitespace is skipped before key lookups and escaped
    characters are properly handled and unescaped in quoted values.
    
    Reported-by: herdiyanitdev on hackerone
    Closes #20102

    Changed files

    • lib/curlx/strparse.c
    • lib/curlx/strparse.h
    • lib/vauth/digest.c
    • tests/data/Makefile.am
    • tests/data/test1664
    • tests/data/test2091