issue-635: allow whitespace in libraries paths
This applies change suggested by user mich...@sebesbefut.com
This commit is contained in:
parent
d5e36788d8
commit
a12890df25
|
@ -4393,7 +4393,7 @@ sub ParseLibraries {
|
|||
my $finish;
|
||||
my $offset;
|
||||
my $lib;
|
||||
if ($l =~ /^($h)-($h)\s+..x.\s+($h)\s+\S+:\S+\s+\d+\s+(\S+\.(so|dll|dylib|bundle)((\.\d+)+\w*(\.\d+){0,3})?)$/i) {
|
||||
if ($l =~ /^($h)-($h)\s+..x.\s+($h)\s+\S+:\S+\s+\d+\s+(.+\.(so|dll|dylib|bundle)((\.\d+)+\w*(\.\d+){0,3})?)$/i) {
|
||||
# Full line from /proc/self/maps. Example:
|
||||
# 40000000-40015000 r-xp 00000000 03:01 12845071 /lib/ld-2.3.2.so
|
||||
$start = HexExtend($1);
|
||||
|
|
Loading…
Reference in New Issue