Fix: out of bounds access of kernel channel padding
authorDavid Goulet <dgoulet@efficios.com>
Tue, 14 May 2013 15:59:23 +0000 (11:59 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 14 May 2013 16:01:53 +0000 (12:01 -0400)
The padding of the old ABI is bigger than the new one so we use the size
of the new padding size for the memcpy since it will always be smaller.

In kernctl_create_channel: Out-of-bounds access to a buffer (CWE-119).
In kernctl_open_metadata: Out-of-bounds access to a buffer (CWE-119).

Issue 1019925 and 1019924 of coverity scan.

Signed-off-by: David Goulet <dgoulet@efficios.com>

No differences found
This page took 0.024963 seconds and 4 git commands to generate.