Fix boundary conditions in scanf
authorUlrich Drepper <drepper@gmail.com>
Sat, 10 Sep 2011 01:26:05 +0000 (21:26 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sat, 10 Sep 2011 01:26:05 +0000 (21:26 -0400)
commit3f8cc204fdd077da66ffc8e9595158b469e2b8e5
tree0e882e37b9a69ef19c40c06d57bbedf1c5792ea7
parente4899e7b9adbf74145f6530f6f57517f773e330c
Fix boundary conditions in scanf

Allocate large buffers with realloc.  When returning error make sure
the stream is unlocked.
ChangeLog
NEWS
stdio-common/vfscanf.c