All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] Remove alloca(), fix includes
@ 2009-01-17  3:58 Valerie Aurora Henson
  2009-01-17  3:58 ` [RFC PATCH 1/3] Make MAX_ERR_BUF and PARSE_MAX_BUF use easier to audit Valerie Aurora Henson
  2009-01-17  5:57 ` [RFC PATCH 0/3] Remove alloca(), fix includes Ian Kent
  0 siblings, 2 replies; 7+ messages in thread
From: Valerie Aurora Henson @ 2009-01-17  3:58 UTC (permalink / raw)
  To: autofs; +Cc: Paul Wankadia

Respin of the alloca() and include changes, with obvious problems
fixed.  This is just an RFC patchset; I want to get review before I
get Jeff Moyer to run this through the RHTS again.

Is there any chance of getting a minimal test suite in the public
source?  It'd certainly make it easier to contribute from outside of
Red Hat.

Valerie Aurora Henson (3):
  Make MAX_ERR_BUF and PARSE_MAX_BUF use easier to audit
  Easy alloca() replacements
  Don't include kernel header files during userspace compiles

 daemon/automount.c             |   26 ++++----
 daemon/direct.c                |   12 +--
 daemon/flag.c                  |   12 ++--
 daemon/indirect.c              |   12 +--
 daemon/module.c                |   42 ++++---------
 include/linux/auto_dev-ioctl.h |    3 +
 lib/cache.c                    |   30 +++------
 lib/cat_path.c                 |    1 -
 modules/lookup_file.c          |   43 ++----------
 modules/lookup_ldap.c          |  142 ++++++++++++++++++++++-----------------
 modules/lookup_nisplus.c       |   32 ++++++---
 modules/mount_autofs.c         |    1 -
 modules/mount_bind.c           |    7 +--
 modules/mount_changer.c        |    5 +-
 modules/mount_ext2.c           |    5 +-
 modules/mount_generic.c        |    5 +-
 16 files changed, 166 insertions(+), 212 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-01-20  3:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-17  3:58 [RFC PATCH 0/3] Remove alloca(), fix includes Valerie Aurora Henson
2009-01-17  3:58 ` [RFC PATCH 1/3] Make MAX_ERR_BUF and PARSE_MAX_BUF use easier to audit Valerie Aurora Henson
2009-01-17  3:58   ` [RFC PATCH 2/3] Easy alloca() replacements Valerie Aurora Henson
2009-01-17  3:58     ` [RFC PATCH 3/3] Don't include kernel header files during userspace compiles Valerie Aurora Henson
2009-01-17  6:02   ` [RFC PATCH 1/3] Make MAX_ERR_BUF and PARSE_MAX_BUF use easier to audit Ian Kent
2009-01-20  3:05     ` Valerie Aurora Henson
2009-01-17  5:57 ` [RFC PATCH 0/3] Remove alloca(), fix includes Ian Kent

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.