am e5c759ff
: Merge "Disallow dlopen("egl/blah.so") on LP64"
* commit 'e5c759ff3a602f884cdac011600dc64645bce93e': Disallow dlopen("egl/blah.so") on LP64
This commit is contained in:
commit
33c1af3070
@ -669,8 +669,7 @@ static int open_library(const char* name) {
|
|||||||
}
|
}
|
||||||
// ...but nvidia binary blobs (at least) rely on this behavior, so fall through for now.
|
// ...but nvidia binary blobs (at least) rely on this behavior, so fall through for now.
|
||||||
#if defined(__LP64__)
|
#if defined(__LP64__)
|
||||||
// TODO: uncomment this after bug b/7465467 is fixed.
|
return -1;
|
||||||
// return -1;
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user