From: Al Viro <viro@ftp.linux.org.uk>
To: linux-sparse@vger.kernel.org
Subject: [git pull] misc fixes
Date: Sun, 29 Jul 2007 00:57:41 +0100 [thread overview]
Message-ID: <20070728235741.GB21089@ftp.linux.org.uk> (raw)
Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/sparse.git
local15.
A bunch of bug fixes + more typechecking sanitized.
Contents:
add __builtin_strlen()
no such thing as array of functions
new helper: unfoul()
handling of typeof in evaluate_member_dereference()
file and global scopes are the same for purposes of struct redefining
...,array should degenerate
sanitize evaluate_ptr_add(), start checking for pointers to functions
fix evaluate_compare()
sanitize evaluate_postop()
saner -Wtypesign
braino in conditional_expression()
Diffstat:
evaluate.c | 170 +++++++++++++++++++++++-----------------
expression.c | 2 +-
lib.c | 1 +
parse.c | 2 +-
scope.c | 10 +++
scope.h | 1 +
validation/comma.c | 10 +++
validation/member_of_typeof.c | 14 ++++
validation/outer-scope.c | 19 +++++
9 files changed, 155 insertions(+), 74 deletions(-)
create mode 100644 validation/comma.c
create mode 100644 validation/member_of_typeof.c
create mode 100644 validation/outer-scope.c
next reply other threads:[~2007-07-28 23:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-28 23:57 Al Viro [this message]
2007-07-29 8:11 ` [git pull] misc fixes Josh Triplett
-- strict thread matches above, loose matches on Subject: below --
2023-10-28 0:26 Al Viro
2023-10-28 18:00 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070728235741.GB21089@ftp.linux.org.uk \
--to=viro@ftp.linux.org.uk \
--cc=linux-sparse@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.