Skip to content
Snippets Groups Projects
Commit abfece01 authored by Valerio Mariani's avatar Valerio Mariani
Browse files

Fixes the 'loader cannot load itself error'

parent 8a2cff04
Branches
Tags
No related merge requests found
......@@ -16,7 +16,7 @@ push @check_queue, @ARGV;
while (@check_queue) {
my $to_check = pop @check_queue;
if (exists $checked_libs{$to_check}) {
if (exists $checked_libs{$to_check} or $to_check =~ /ld-linux.so.2/) {
next;
} else {
$checked_libs{$to_check} = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment