| 1 | # ChangeLog for Path Sandbox |
1 | # ChangeLog for Path Sandbox |
| 2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 |
2 | # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 |
| 3 | # $Header$ |
3 | # $Header$ |
|
|
4 | |
|
|
5 | 08 June 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c, sandbox_futils.c: |
|
|
6 | Do not abort if TMPDIR is not valid, but rather use '/tmp', bug #94360. Also |
|
|
7 | make sure we re-export the new TMPDIR environment variable. |
| 4 | |
8 | |
| 5 | 08 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
9 | 08 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
| 6 | Fix incorrect free of non-malloc'd array, bug #92313 and #94020. Fix noted |
10 | Fix incorrect free of non-malloc'd array, bug #92313 and #94020. Fix noted |
| 7 | by Marcus D. Hanwell <cryos@gentoo.org>. |
11 | by Marcus D. Hanwell <cryos@gentoo.org>. |
| 8 | |
12 | |