scf 2007-07-06 04:04:58 UTC
FreeBSD src repository
Modified files:
bin/sh var.c
Log:
Take care that the input to setenv() may actually be a pointer straight
from environ; make a copy before manipulating it and passing it to
setenv().
Approved by: wes
Approved by: re (kensmith)
Revision Changes Path
1.37 +28 -14 src/bin/sh/var.c