[Bug 288440] sscanf("003", "%i", &val); returns 1 but misparses to val == 0 instead of val == 3

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 25 Jul 2025 19:38:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288440

--- Comment #1 from Matthias Andree <mandree@FreeBSD.org> ---
The demo program also shows that sscanf returns with two characters parsed;
I've seen this on 15.0-CURRENT (what freefall was running on
2025-07-25T19:00Z), 14.2-RELEASE amd64, 14.3-RELEASE amd64.

-- 
You are receiving this mail because:
You are the assignee for the bug.