We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37813a2 commit b7354b9Copy full SHA for b7354b9
patcher.go
@@ -39,7 +39,7 @@ var (
39
const unloadSOMaxTries = 10
40
41
// loadSOFlags defines the standard dlopen() flags for loadSO.
42
-const loadSOFlags = RTLD_NOW | RTLD_GLOBAL
+const loadSOFlags = RTLD_NOW
43
44
// getELFSymAddr returns the *elf.Symbol of a symbol in an ELF file.
45
func getELFSymAddr(filename, symbol string) (*elf.Symbol, error) {
0 commit comments