va_copy() fix for vasprintf
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Thu, 30 Jun 2011 15:27:10 +0000 (11:27 -0400)
committerSam Hartman <hartmans@debian.org>
Fri, 1 Jul 2011 10:20:21 +0000 (06:20 -0400)
memcpy, not memcmp; but don't even bother since assignment is sufficient.
Added comment explaining usage of va_copy and the extremely unlikely
scenario that could cause this code to fail.


No differences found