Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Typos in the unchecked_malloc cocci file.
Alexandre Perrin committed 12 years ago
commit 894b8a1bddf62dcbd27f794981db3dcaccba1999
parent e456d06
1 file changed +2 -2
modified tests/cocci/pkg/unchecked_malloc.cocci
@@ -1,11 +1,11 @@
-
// Unchecked malloc(3), calloc(3) and realloc(3) calls.
+
// Unchecked malloc(3) family functions calls.
//
// XXX: there is still a lot of work to be done here as it does not yet catch
// all.
//
// Confidence: Low
// Copyright: (C) The pkgng project, see COPYING.
-
// URL: https://github.com/freebsd/pkg/tree/master/tests/cocci/pkg/strlcat.cocci
+
// URL: https://github.com/freebsd/pkg/tree/master/tests/cocci/pkg/unchecked_malloc.cocci

@@
local idexpression n;