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

Builder curl-unthreaded-solaris11-i386 Build #5389

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1ac826a1e064b94000820adc9ac187421ce4f0db
Got Revision1ac826a1e064b94000820adc9ac187421ce4f0db
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Max Dymond

Timing:

StartMon Sep 21 09:34:48 2026
EndMon Sep 21 11:55:59 2026
Elapsed2 hrs, 21 mins, 11 secs

All Changes:

:

  1. Change #282406

    Category curl
    Changed by Max Dymond <cmeister2ohnoyoudont@gmail.com>
    Changed at Mon 21 Sep 2026 10:15:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 23952f7f80152f2d176a8666cb276682c2a84bd7

    Comments

    mqtt: drain queued output before advancing the state machine
    A successful send can leave unsent bytes queued. Poll for writable
    events and drain those bytes before processing another packet. Wait
    for PUBLISH to drain before sending DISCONNECT, and for DISCONNECT
    to drain before completing the transfer.
    
    Separate sending new packets from flushing queued bytes. Add unit
    coverage for partial, blocked and failed sends, plus MQTT/MQTTS
    integration tests. Update the test broker to handle fragmented reads.
    
    Reported-by: OSS-Fuzz
    Bug: https://issues.oss-fuzz.com/issues/563679840, https://issues.oss-fuzz.com/issues/559825608
    Closes #23007

    Changed files

    • lib/mqtt.c
    • tests/data/Makefile.am
    • tests/data/test1693
    • tests/data/test2209
    • tests/data/test2210
    • tests/data/test2211
    • tests/data/test2212
    • tests/server/mqttd.c
    • tests/unit/Makefile.inc
    • tests/unit/unit1693.c
  2. Change #282407

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 21 Sep 2026 10:16:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1ac826a1e064b94000820adc9ac187421ce4f0db

    Comments

    tool_doswin: recognize superscript numbers as reserved
    Windows recognizes the 8-bit *superscript* digits 1, 2, and 3 as digits
    and treats them as valid parts of COM# and LPT# device names. Both when
    provided as ISO8859-1 as well as UTF-8.
    
    Reported-by: Joshua Rogers
    Closes #23011

    Changed files

    • src/tool_doswin.c
    • tests/tunit/tool1604.c