Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 1997 11:11:56 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        abelits@phobos.illtel.denver.co.us (Alex Belits)
Cc:        guido@gvr.win.tue.nl, dillon@best.net, gurney_j@resnet.uoregon.edu, top@sonic.cris.net, audit-bin@FreeBSD.ORG, FreeBSD-hackers@FreeBSD.ORG
Subject:   Re: hmm
Message-ID:  <199702221811.LAA04865@phaeton.artisoft.com>
In-Reply-To: <Pine.LNX.3.95.970222015956.28017B-100000@phobos.illtel.denver.co.us> from "Alex Belits" at Feb 22, 97 02:03:10 am

next in thread | previous in thread | raw e-mail | index | archive | help
> with p=""  
> *p != '\0' && p[strlen(p) - 1] == '[' _still_ will read a byte p[-1].

What?

	IF p = ""
	THEN *p = '\0'

by definition of ""...


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



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