Annotate logit to provide transitive format string checks.

This commit is contained in:
joerg 2014-01-07 02:07:43 +00:00
parent d9c7ee5b63
commit a97560b644
3 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pam_lastlog.c,v 1.14 2012/01/03 19:02:55 christos Exp $ */
/* $NetBSD: pam_lastlog.c,v 1.15 2014/01/07 02:07:43 joerg Exp $ */
/*-
* Copyright (c) 1980, 1987, 1988, 1991, 1993, 1994
@ -47,7 +47,7 @@
#ifdef __FreeBSD__
__FBSDID("$FreeBSD: src/lib/libpam/modules/pam_lastlog/pam_lastlog.c,v 1.20 2004/01/26 19:28:37 des Exp $");
#else
__RCSID("$NetBSD: pam_lastlog.c,v 1.14 2012/01/03 19:02:55 christos Exp $");
__RCSID("$NetBSD: pam_lastlog.c,v 1.15 2014/01/07 02:07:43 joerg Exp $");
#endif
#include <sys/param.h>
@ -95,6 +95,7 @@ static void domsg(pam_handle_t *, time_t, const char *, size_t, const char *,
size_t);
#endif
__printflike(2, 3)
static void
logit(int level, const char *fmt, ...)
{

View File

@ -1,4 +1,4 @@
/* $NetBSD: login_access.c,v 1.7 2013/12/29 22:54:58 christos Exp $ */
/* $NetBSD: login_access.c,v 1.8 2014/01/07 02:07:43 joerg Exp $ */
/*
* This module implements a simple but effective form of login access
@ -19,7 +19,7 @@ static char sccsid[] = "%Z% %M% %I% %E% %U%";
#ifdef __FreeBSD__
__FBSDID("$FreeBSD: src/lib/libpam/modules/pam_login_access/login_access.c,v 1.12 2004/03/05 08:10:18 markm Exp $");
#else
__RCSID("$NetBSD: login_access.c,v 1.7 2013/12/29 22:54:58 christos Exp $");
__RCSID("$NetBSD: login_access.c,v 1.8 2014/01/07 02:07:43 joerg Exp $");
#endif
#include <sys/types.h>
@ -56,6 +56,7 @@ static int user_match(const char *, const char *);
/* login_access - match username/group and host/tty with access control file */
__printflike(2, 3)
static void
logit(int level, const char *fmt, ...)
{

View File

@ -1,4 +1,4 @@
/* $NetBSD: pam_radius.c,v 1.7 2006/11/03 18:55:40 christos Exp $ */
/* $NetBSD: pam_radius.c,v 1.8 2014/01/07 02:07:43 joerg Exp $ */
/*-
* Copyright 1998 Juniper Networks, Inc.
@ -40,7 +40,7 @@
#ifdef __FreeBSD__
__FBSDID("$FreeBSD: src/lib/libpam/modules/pam_radius/pam_radius.c,v 1.22 2004/06/25 12:32:45 kan Exp $");
#else
__RCSID("$NetBSD: pam_radius.c,v 1.7 2006/11/03 18:55:40 christos Exp $");
__RCSID("$NetBSD: pam_radius.c,v 1.8 2014/01/07 02:07:43 joerg Exp $");
#endif
#include <sys/param.h>
@ -76,6 +76,7 @@ static int do_accept(pam_handle_t *, struct rad_handle *);
static int do_challenge(pam_handle_t *, struct rad_handle *,
const char *);
__printflike(2, 3)
static void
logit(int level, const char *fmt, ...)
{