Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2008 10:45:39 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184676 - head/lib/libutil
Message-ID:  <200811051045.mA5AjdBl024690@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Wed Nov  5 10:45:39 2008
New Revision: 184676
URL: http://svn.freebsd.org/changeset/base/184676

Log:
  Disconnect gr_util.c from the build.  It isn't documented or used anywhere
  in the tree, and due to unsafe pointer arithmetic, it will most likely crash
  on architectures with strict alignment requirements.

Modified:
  head/lib/libutil/Makefile

Modified: head/lib/libutil/Makefile
==============================================================================
--- head/lib/libutil/Makefile	Wed Nov  5 10:20:33 2008	(r184675)
+++ head/lib/libutil/Makefile	Wed Nov  5 10:45:39 2008	(r184676)
@@ -8,7 +8,7 @@ SHLIBDIR?= /lib
 LIB=	util
 SHLIB_MAJOR= 7
 
-SRCS=	_secure_path.c auth.c gr_util.c expand_number.c flopen.c fparseln.c \
+SRCS=	_secure_path.c auth.c expand_number.c flopen.c fparseln.c \
 	hexdump.c humanize_number.c kld.c login.c login_auth.c login_cap.c \
 	login_class.c login_crypt.c login_ok.c login_times.c login_tty.c \
 	logout.c logwtmp.c pidfile.c property.c pty.c pw_util.c realhostname.c \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811051045.mA5AjdBl024690>