Commit e90f6590 authored by Nicolas Palix's avatar Nicolas Palix Committed by Michal Marek

Coccinelle: Use new comment format to explain kfree.cocci

Use new comment format to separate proposed commit message
and information about generated false positives
Signed-off-by: default avatarNicolas Palix <npalix.work@gmail.com>
Signed-off-by: default avatarJulia Lawall <julia@diku.dk>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 3c908417
/// Find a use after free. Values of variables may imply that some /// Find a use after free.
/// execution paths are not possible, resulting in false positives. //# Values of variables may imply that some
/// Another source of false positives are macros such as //# execution paths are not possible, resulting in false positives.
/// SCTP_DBG_OBJCNT_DEC that do not actually evaluate their argument //# Another source of false positives are macros such as
//# SCTP_DBG_OBJCNT_DEC that do not actually evaluate their argument
/// ///
// Confidence: Moderate // Confidence: Moderate
// Copyright: (C) 2010 Nicolas Palix, DIKU. GPLv2. // Copyright: (C) 2010 Nicolas Palix, DIKU. GPLv2.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment