| 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 | 09 June 2005; Martin Schlemmer <azarah@gentoo.org> getcwd.c, libsandbox.c: |
|
|
6 | Make sure our true_* pointers are initialized to NULL, and that we check for |
|
|
7 | all references that they are valid. |
| 4 | |
8 | |
| 5 | 09 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
9 | 09 June 2005; Martin Schlemmer <azarah@gentoo.org> libsandbox.c: |
| 6 | Be default we will fail if the path name we try to canonicalize is too long. |
10 | Be default we will fail if the path name we try to canonicalize is too long. |
| 7 | This however could cause issues with some things (bug #94630 and #21766), so |
11 | This however could cause issues with some things (bug #94630 and #21766), so |
| 8 | if fail_nametoolong == 0, canonicalize() will return a null length string and |
12 | if fail_nametoolong == 0, canonicalize() will return a null length string and |