server: Avoid leaking uninitialized stack memory to applications.
commita8c6fe39af1e47c26e125ff5b3ff0c4ed71bea73
authorSebastian Lackner <sebastian@fds-team.de>
Sun, 16 Aug 2015 06:00:13 +0000 (16 08:00 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 17 Aug 2015 05:48:20 +0000 (17 14:48 +0900)
tree352ce2dfc429c06cab87f75dcb8643052e9bc1ca
parentb279901546299b327313ba19f2e63d5bcf4d4ff9
server: Avoid leaking uninitialized stack memory to applications.

Without the memset() there is a risk of leaking uninitialized stack memory in the
get_next_device_request wineserver call.
server/device.c