Hi Alexey,
On Wed, Jun 1, 2016 at 10:56 AM, Alexey Brodkin
<Alexey.Brodkin(a)synopsys.com> wrote:
We are discussing one issue with
"util-linux" package building.
The problem is in "util-linux" wants to use alloc modifier (either
"%as"
or "%ms") in scanf().
Looks like uClibc still doesn't support neither "%ms" nor "%as"
(this one
is obsolete glibc-specific so let's not bother with it anyways).
a while ago I touched %m support for %c and %[...] in uclibc
(b2d27c71bd13820a4263fa7ebda4c1a4a95b501c),
I've got an impression that %ms was working. I've expanded
test/stdio/scanf_m.c a bit (attached) and it appears to work.
So I'm curious, how the issue manifests itself.
--
Thanks.
-- Max