Builder tmux-solaris10-i386 Build #2214
Results:
Build successful
SourceStamp:
| Project | tmux |
| Repository | https://github.com/tmux/tmux.git |
| Branch | master |
| Revision | 51bc2f3b761b2b815911f7c0b197d838f18782c0 |
| Got Revision | 51bc2f3b761b2b815911f7c0b197d838f18782c0 |
| Changes | 7 changes |
BuildSlave:
unstable10xReason:
The AnyBranchScheduler scheduler named 'schedule-tmux-github' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/tmux-solaris10-i386 | slave |
| buildername | tmux-solaris10-i386 | Builder |
| buildnumber | 2214 | Build |
| codebase | Build | |
| got_revision | 51bc2f3b761b2b815911f7c0b197d838f18782c0 | Git |
| project | tmux | Build |
| repository | https://github.com/tmux/tmux.git | Build |
| revision | 51bc2f3b761b2b815911f7c0b197d838f18782c0 | Build |
| scheduler | schedule-tmux-github | Scheduler |
| slavename | unstable10x | BuildSlave |
| workdir | /export/home/buildbot/slave/tmux-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Thomas Adamthomas@xteddy.org
- nicmnicm
Timing:
| Start | Thu Apr 2 13:16:30 2026 |
| End | Thu Apr 2 13:20:23 2026 |
| Elapsed | 3 mins, 53 secs |
All Changes:
:
Change #263280
Category tmux Changed by nicm <nicm> Changed at Thu 02 Apr 2026 10:01:47 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cbb49e8c846d05707103946c4f53783d99e2e322 Comments
Fix NULL dereference in sort.c, from Dane Jensen.
Changed files
- sort.c
Change #263283
Category tmux Changed by nicm <nicm> Changed at Thu 02 Apr 2026 10:37:14 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8b51abef08b9b63bd14526d3c9834795c93bdc38 Comments
Check for \0 after skipping # not before in format_expand1, from ossfuzz.
Changed files
- format.c
- window-copy.c
Change #263285
Category tmux Changed by nicm <nicm> Changed at Thu 02 Apr 2026 10:45:35 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1a51193899293367201e0698ce08a94f404f059a Comments
Handle empty regular expression in substitution, found by ossfuzz.
Changed files
- regsub.c
Change #263289
Category tmux Changed by nicm <nicm> Changed at Thu 02 Apr 2026 11:11:39 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2d5736f2971f712a30c320c8e5a170523fae2787 Comments
Limit argc to between 0 and 1000 to prevent fatal from MSG_COMMAND, from Michal Majchrowicz.
Changed files
- cmd.c
Change #263291
Category tmux Changed by nicm <nicm> Changed at Thu 02 Apr 2026 11:28:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision be2c6f3b5e6de66f132fe7934de5cc5d9486836b Comments
Use INT_MIN + 1 as strtonum lower limits in formats so -ve works, found by ossfuzz.
Changed files
- format.c
Change #263292
Category tmux Changed by nicm <nicm> Changed at Thu 02 Apr 2026 11:35:46 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c95d34122086627d72ea21aa0d5e0099142f4669 Comments
Do not leak trimmed string when expanding, found by ossfuzz.
Changed files
- format-draw.c
- format.c
Change #263293
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Thu 02 Apr 2026 13:01:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 51bc2f3b761b2b815911f7c0b197d838f18782c0 Comments
Merge branch 'obsd-master'
Changed files
- no files