Make *_unserialize safe to use on buffers in-place
authorPeter Harris <pharris@opentext.com>
Thu, 23 Sep 2010 01:16:51 +0000 (21:16 -0400)
committerPeter Harris <pharris@opentext.com>
Thu, 23 Sep 2010 02:20:04 +0000 (22:20 -0400)
By calling memmove instead of memcpy, and walking the buffer backward
from the end, *_unserialize is safe to use in-place.

Signed-off-by: Peter Harris <pharris@opentext.com>

No differences found