[PATCH] _scanf.c: Implement 'm' modifier for 'c' and '[' conversions.

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed May 6 20:25:20 UTC 2015


On 28 April 2015 at 07:36, Max Filippov <jcmvbkbc at gmail.com> wrote:
> From: Will Newton <will.newton at imgtec.com>
>
> The current code implements the 'm' modifier only for 's'
> conversions and would cause a segfault if it was used for 'c'
> or '[' conversions. This patch extends the code to cover these
> cases too.

Could you please add some representative testcases to test/stdio/ along this?

TIA,


More information about the uClibc mailing list