This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from fa501b69309 Fix a potential illegal memory access when parsing corrupt [...] new 38c0c0cac9f gdb: clean up some inefficient std::string usage new 65cded61a22 gdbsupport: add string_xml_appendf new e60a615dde5 gdb: convert linux-osdata.c from buffer to std::string
The 3 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: gdb/inferior.c | 3 +- gdb/nat/linux-osdata.c | 287 +++++++++++++++++++++++++----------------------- gdb/target-connection.c | 2 +- gdbsupport/xml-utils.cc | 105 ++++++++++++++++++ gdbsupport/xml-utils.h | 10 ++ 5 files changed, 265 insertions(+), 142 deletions(-)