- Dec 20, 2017
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This avoids reinventing it. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
The cast that hid the change of the void * parameter to a concrete type masked the bug that we were returning an int-sized integer, not a pointer-sized integer. Because we only support little-endian platforms so far, we seem to have got away with it. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
As well as detecting truncation and maybe some corner-case overflows, this fixes a long-standing TODO item: capsule-version with prefix set to "/" no longer outputs a path starting with //lib or //usr/lib. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This seemed easier than fixing the corner cases individually. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
As in the previous commit, it seems unnecessarily confusing to have prefix.path (when interpreted as a C string) not be the path of the prefix. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Previously, we'd write /etc/ld.so.cache into prefix.path[prefix.len:]: /host/etc/ld.so.cache\0\0... |<->||<------------>| len temporarily used and delete it again later with sanitise_ldlibs(). But that seems unnecessarily confusing: the contents of prefix.path when interpreted as an ordinary \0-terminated C string are sometimes the prefix, but sometimes edited in-place to be the name of a file within the prefix. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This makes it a little simpler to reason about. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
We were opening the correct ld.so.cache here (in both cases), but then calling ld_cache_open() which would close the fd we just opened and open libs->prefix.path instead. In the case where the prefix is set to "" we would open whatever arbitrary string happened to have been left in libs->prefix.path last time we used it as scratch space. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This is exactly what sanitise_ldlibs() does. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Dec 19, 2017
-
-
Vivek Das Mohapatra authored
-
Vivek Das Mohapatra authored
-
Vivek Das Mohapatra authored
-
Vivek Das Mohapatra authored
For some reason if the function is named _exactly_ capsule_shim_dlopen then in this codebase gtk-doc loses track of all function arguments (for this doc-comment). Re-ordering the doc-comment so that the Returns item is directly after the argument declarations seems to fix this.
-
- Dec 06, 2017
-
-
Vivek Das Mohapatra authored
The symtab address may or may not have been adjusted by the runtime linker after being mapped into memory, so we need to use fix_addr to make sure we don't try to deref an offset instead of the actual address.
-
- Dec 05, 2017
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
If PATH_MAX bytes aren't enough for anyone, smashing the stack or heap is a poor way to report it. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Dec 04, 2017
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Lmid_t is in <link.h>. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Dec 01, 2017
-
-
Simon McVittie authored
In practice most callers ignored it anyway, and the only caller that would not ignore it would usually have failed with an error from realpath() already. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Nov 17, 2017
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Use the canonical Debian GNU type for the Debian packages, matching the prefix on gcc. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This can be useful as a sanity check for how we parse a library. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
The first few (which happen to be the ones we implement) happen to be in obviously corresponding pairs between i386 and x86_64, but after that they diverge. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This list is correct as of glibc 2.24. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Nov 16, 2017
-
-
Simon McVittie authored
If we create a shim around all the libraries that need to be loaded exactly once, then we don't need to also exclude them from the special dlmopen()-based handling. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Not putting a shim around this seems to cause a deadlock in certain versions of SDL. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Nov 15, 2017
-
-
Simon McVittie authored
This makes it easier to co-install the tools in environments where libc6-dev might not be in sync across architectures. We need both bit-widths of the tools for testing in a multiarch environment. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
libcapsule seems to work OK for Mesa, so we can seriously consider using it for that configuration. With the NVIDIA binary driver, libcapsule crashes horribly; but the benefit we can get from libcapsule is limited in that case anyway. The NVIDIA driver is binary-only, so we are going to be using the precompiled binary that matches the kernel, regardless of whether it was intended for use with our container's base OS. However, we can assume that NVIDIA compiled it with conservative glibc and libX11 dependencies, because if they hadn't, it couldn't work on older OSs and containers anyway; so we presumably don't really need to pull in newer supporting libraries, just the NVIDIA blobs. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
For Mesa we don't need a few NVIDIA libraries, and for NVIDIA we don't need Mesa's many dependencies. In the --proposed-nvidia configuration /updates ends up empty, but we try to bind-mount it in anyway, so make sure it is at least created. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-