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

Builder curl-ares-solaris11-i386 Build #4243

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Dec 8 09:58:09 2025
EndMon Dec 8 10:03:31 2025
Elapsed5 mins, 21 secs

All Changes:

:

  1. Change #251292

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 08 Dec 2025 09:52:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a78a07d3a9dc808a51f464d0dd297939e544e2a4

    Comments

    cookie: cleanups and improvements
    - Stricter cookie validation with earlier rejection of empty/invalid
      cookie names
    
    - secure and httponly attributes no longer accept = with empty values
      (only bare keywords)
    
    - Validation checks (length, TAB, prefixes) moved into the first
      name/value pair block for better code organization
    
    - Deferred time(NULL) calls for better performance when expires/max-age
      aren't used
    
    - Simplified loop control flow by removing done flag
    
    - The cookie size restriction now only applies to name + value, not other
      parts of the header line.
    
    - Fixed a gcc 4.8.1 quirk
    
    Closes #19868

    Changed files

    • lib/cookie.c
    • tests/data/test1160
    • tests/data/test31