| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-07 | 832 Bytes | |
| v4.9.2 source code.tar.gz | 2026-06-07 | 5.3 MB | |
| v4.9.2 source code.zip | 2026-06-07 | 5.9 MB | |
| Totals: 3 Items | 11.3 MB | 0 | |
Fixed
- api: fix infinite loop in function string_replace when the search string is empty
- irc: limit size of data received from the server to prevent memory exhaustion
- irc: fix out-of-bounds read on incoming DCC command with a quoted filename ending the message (#2322)
- relay: limit size of received websocket frame and HTTP body to prevent memory exhaustion
- relay: limit size of partial message received while reading an HTTP request to prevent memory exhaustion
- relay: fix out-of-bounds read in dump of data (#2324)
- xfer: replace directory separator in remote nick by underscore in download filename to prevent writing the file outside the download directory (#2321)
- xfer: fix out-of-bounds read when receiving empty line in DCC chat (#2323)