Commit 4fcbc47059aa6c714fa87bc24115edcad86ca5bb

Daniel Stone 2017-06-26T21:49:49

darray: Don't call memcpy() on NULL The only time we could ever hit this was with count == 0, which seems unnecessarily pedantic. But OK. Signed-off-by: Daniel Stone <daniels@collabora.com>