diff options
author | Vegard Nossum <vegard.nossum@gmail.com> | 2008-09-11 20:59:03 +0200 |
---|---|---|
committer | Vegard Nossum <vegard.nossum@gmail.com> | 2009-06-15 15:49:31 +0200 |
commit | 96c25c81ecf452b778e2f432bd17c95de637d129 (patch) | |
tree | 813f07c6ae1aa38b9bf41cfc6a19e76a6b561817 /lib/decompress_unlzma.c | |
parent | 004cdb5a718fa2bb697c541eb1171ee817fc72f1 (diff) | |
download | op-kernel-dev-96c25c81ecf452b778e2f432bd17c95de637d129.zip op-kernel-dev-96c25c81ecf452b778e2f432bd17c95de637d129.tar.gz |
ieee1394/csr1212: fix false positive kmemcheck report
kmemcheck reports a use of uninitialized memory here, but it's not
a real error. The structure in question has just been allocated, and
the whole field is initialized, but it happens in two steps.
We fix the false positive by inserting a kmemcheck annotation.
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Diffstat (limited to 'lib/decompress_unlzma.c')
0 files changed, 0 insertions, 0 deletions