This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from d5c6df0b0e Fix ChangeLog entry new 2d9837c1fb Set behavior of sprintf-like functions with overlapping sour [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 14 +++++++ debug/sprintf_chk.c | 4 ++ debug/vsprintf_chk.c | 4 ++ libio/Makefile | 7 +++- libio/iovsprintf.c | 14 ++++++- libio/libioP.h | 6 ++- libio/tst-sprintf-chk-ub.c | 2 + libio/tst-sprintf-ub.c | 102 +++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 149 insertions(+), 4 deletions(-) create mode 100644 libio/tst-sprintf-chk-ub.c create mode 100644 libio/tst-sprintf-ub.c