FAForever / FAForever/java-ice-adapter
Add message lengths to ice data
Open
- Dominant language
- Java
- Stars
- 6
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
The current protocol might cause the data to be split or merged therefore injecting invalid data into the FA data stream or interpreting FA data as ICE data stream control bytes.
```
2021-12-30 00:23:24.338 WARN ICE -(-): Received invalid packet, first byte: 0x0 (c.f.iceadapter.ice.PeerIceModule:424)
2021-12-30 00:23:24.338 WARN ICE -(-): Received invalid packet, first byte: 0x0 (c.f.iceadapter.ice.PeerIceModule:424)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.