Re: [PATCH] _scanf.c: Implement 'm' modifier for 'c' and '[' conversions.
Bernhard Reutner-Fischer <[email protected]>
| Newsgroups | gmane.comp.lib.uclibc.general |
|---|---|
| Message-ID | <CAC1BbcQpprWiagvEOucNp4xxZsdmB4jP5s2kypT7FGohhyLwng@mail.gmail.com> |
On 28 April 2015 at 07:36, Max Filippov <[email protected]> wrote: > From: Will Newton <[email protected]> > > 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,