Hi Max, Max Filippov wrote,
Hi Alexey,
On Wed, Jun 1, 2016 at 10:56 AM, Alexey Brodkin Alexey.Brodkin@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
From a018296d1908ad02f942cab0559a24ed3dd261e8 Mon Sep 17 00:00:00 2001 From: Max Filippov jcmvbkbc@gmail.com Date: Thu, 2 Jun 2016 18:24:28 +0300 Subject: [PATCH] tests: add %ms scanf format test
Signed-off-by: Max Filippov jcmvbkbc@gmail.com
Thanks, Applied and pushed Waldemar