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

Builder curl-unthreaded-solaris10-i386 Build #16307

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 20 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 16307 Build
codebase Build
got_revision f81e7197c1e4491b4238f58fb63524be4e0e98f6 Git
osplatform I386 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-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. trxvorr

Timing:

StartTue Dec 30 23:32:04 2025
EndTue Dec 30 23:39:32 2025
Elapsed7 mins, 28 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