Builder wget-solaris10-sparc Build #574
Results:
Failed shell shell_1 shell_2 shell_3
SourceStamp:
| Project | wget |
| Repository | https://gitlab.com/gnuwget/wget.git |
| Branch | master |
| Revision | e9697d98e7249b0f68a6be040a4f3dcc5bc101fa |
| Got Revision | e9697d98e7249b0f68a6be040a4f3dcc5bc101fa |
| Changes | 1 change |
BuildSlave:
unstable10sReason:
The SingleBranchScheduler scheduler named 'schedule-wget-solaris10-sparc' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot-unstable10s/slave/wget-solaris10-sparc | slave |
| buildername | wget-solaris10-sparc | Builder |
| buildnumber | 574 | Build |
| codebase | Build | |
| got_revision | e9697d98e7249b0f68a6be040a4f3dcc5bc101fa | Git |
| project | wget | Build |
| repository | https://gitlab.com/gnuwget/wget.git | Build |
| revision | e9697d98e7249b0f68a6be040a4f3dcc5bc101fa | Build |
| scheduler | schedule-wget-solaris10-sparc | Scheduler |
| slavename | unstable10s | BuildSlave |
| workdir | /export/home/buildbot-unstable10s/slave/wget-solaris10-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Tim Rühsentim.ruehsen@gmx.de
Timing:
| Start | Mon Aug 10 21:13:59 2026 |
| End | Mon Aug 10 21:14:52 2026 |
| Elapsed | 52 secs |
All Changes:
:
Change #277734
Category wget Changed by Tim Rühsen <tim.ruehsen@gmx.de> Changed at Mon 10 Aug 2026 22:42:48 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision e9697d98e7249b0f68a6be040a4f3dcc5bc101fa Comments
Fix server-controlled unbounded MD5 loop in FTP OPIE * src/ftp-basic.c (ftp_login): Limit the skey sequence to 9999. Report: wget accepts an unbounded server-controlled integer as the iteration count for its OPIE/S-KEY MD5 key-derivation loop. No upper bound is enforced on the sequence number supplied by the server in the FTP challenge line. The value is passed directly to skey_response() as a loop counter, causing wget to perform up to ~2.1 billion full MD5 computations before responding to the authentication challenge. Reported-by: Michał Majchrowicz and Marcin Wyczechowski
Changed files
- src/ftp-basic.c