* dbus/dbus-marshal-recursive-util.c: Fixed buffer overflow
authorJohn (J5) Palmieri <johnp@redhat.com>
Sat, 23 Apr 2005 22:34:48 +0000 (22:34 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Sat, 23 Apr 2005 22:34:48 +0000 (22:34 +0000)
commit52fce19fabf2e529c9bd332bcf8c5a4b56e42725
tree1252bdfe0ed1c31640d1bd5bd9e9bc0a672d4731
parent83ce7b267c5faadc869689e50115573517e823e7
* dbus/dbus-marshal-recursive-util.c: Fixed buffer overflow
  in numerous places that did not account for the NULL terminator
  (signature_from_seed): changed the manual string copy loop to
  just use strcpy instead
  make check should now pass
ChangeLog
dbus/dbus-marshal-recursive-util.c