[PR #12] Fix buffer overflow in open_net_route #27

Open
opened 2026-01-31 21:29:26 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/qemu/qemu/pull/12

State: closed
Merged: No


sscanf() reads an unlimited amount of data into buffer. Limit it to the buffer size.

**Original Pull Request:** https://github.com/qemu/qemu/pull/12 **State:** closed **Merged:** No --- `sscanf()` reads an unlimited amount of data into buffer. Limit it to the buffer size.
claunia added the pull-request label 2026-01-31 21:29:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#27