Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+5 −4
Original line number Original line Diff line number Diff line
/// 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.