| 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 | 28 Nov 2005 Martin Schlemmer <azarah@gentoo.org> getcwd.c: |
|
|
6 | |
|
|
7 | Check generic getcwd()'s return as well for validity, bug #101728. |
| 4 | |
8 | |
| 5 | 01 Nov 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
9 | 01 Nov 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
| 6 | |
10 | |
| 7 | Do not pass mode to true_open and true_open64 if not needed. Should fix a |
11 | Do not pass mode to true_open and true_open64 if not needed. Should fix a |
| 8 | segfault in some cases. |
12 | segfault in some cases. |