| /[path-sandbox]/trunk/src/getcwd.c |
Parent Directory
|
Revision Log
Remove the SB_STATIC and including of getcwd.c, etc voodoo, as we new use a symbol map, and all non-exported symbols are local. Cleanup getcwd.c, as the generic getcwd for older 2.4 kernels do not work properly anyhow, and just makes things slower. Some other warning fixes.
Use versioned symbols on supported libc's for functions we wrap, as well as provide all versions of specific functions. Some syntax cleanups.
Reorder source layout.
Check generic getcwd()'s return as well for validity, bug #101728.
Fix getcwd, bug #98419.
Some strncpy/strncat and other cleanups.
Use generic getcwd() implementation from uclibc - should be more portable and looks a bit cleaner.
Make sure our true_* pointers are initialized to NULL, and that we check for all references that they are valid.
Make sure all functions used in libsandbox.c is declared static. Define SB_STATIC in localdecls.h for this. Include sandbox_futils.c rather than linking with its object. Hopefully this will fix bug #90153.
White space fixes.
Fix inverse test logic in canonicalize.c, use a strncpy. Fix gcc warning in getcwd.c. Add symbols.in and logic to Makefile.am to generate symbol versions for glibc and other libc's that use this. Update libsandbox.c to use these symbol versions if available. Fix exec wrapper to re-export LD_PRELOAD if the process unset it.
hopefully cvs is done being stupid. Compilation fixes, along w/ make dist fix.
compilation fixups.
should make things compile again
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |