Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Typos in the unchecked_malloc cocci file.
Alexandre Perrin committed 12 years ago
commit 894b8a1bddf62dcbd27f794981db3dcaccba1999
parent e456d06c0558fc8865c0c570398b756299cab829
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;