Subject: Re: popclient 3.0 bug - heads up!
To: None <current-users@NetBSD.ORG, paul@whooppee.com>
From: Peter Seebach <seebs@solon.com>
List: current-users
Date: 05/27/1997 08:05:41
In case anyone's curious, the official answer is that:

1.  argv is modifiable.
2.  The contents of the strings in argv are modifiable.
3.  The pointers in argv are *not* modifiable.

-s