Bug 10892 - scanf 'I' I18N flag undocumented
Summary: scanf 'I' I18N flag undocumented
Status: NEW
Alias: None
Product: glibc
Classification: Unclassified
Component: manual (show other bugs)
Version: 2.12
: P2 normal
Target Milestone: ---
Assignee: Roland McGrath
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-02 18:50 UTC by Daniel Colascione
Modified: 2014-07-01 05:30 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Colascione 2009-11-02 18:50:56 UTC
Reading vfscanf.c, _IO_vfwscanf looks for an 'I' conversion flag and looks for
locale-dependent digits only if it is present. The manual makes no mention of
this flag, implying by extension from other input functions that the locale
lookup always happens.