提交 e90f6590 编写于 作者: N Nicolas Palix 提交者: 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: NNicolas Palix <npalix.work@gmail.com>
Signed-off-by: NJulia Lawall <julia@diku.dk>
Signed-off-by: NMichal Marek <mmarek@suse.cz>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册