diff options
author | Kees Cook <keescook@chromium.org> | 2012-03-05 10:18:17 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-03-05 10:18:17 +0100 |
commit | fa0355175d60ccf610c98f2345504603d3b8ea57 (patch) | |
tree | 10ad4fc79eb0eb41ad9db1c7b63500be5af8d550 /ChangeLog | |
parent | 7c1f4834d398163d1ac8101e35e9c36fc3176e6e (diff) | |
download | glibc-fa0355175d60ccf610c98f2345504603d3b8ea57.zip glibc-fa0355175d60ccf610c98f2345504603d3b8ea57.tar.gz glibc-fa0355175d60ccf610c98f2345504603d3b8ea57.tar.bz2 |
2012-03-02 Kees Cook <keescook@chromium.org>
* stdio-common/vfprintf.c (vfprintf): add missing errno settings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2012-03-02 Kees Cook <keescook@chromium.org> + * stdio-common/vfprintf.c (vfprintf): add missing errno settings. + [BZ #13656] * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and possibly allocate from heap instead of stack. |