We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb4cd7 commit 0e6471cCopy full SHA for 0e6471c
src/PackageCompiler.jl
@@ -1614,7 +1614,7 @@ function audit_sysimage_relocatability(sysimg_path::String; paths::Vector{String
1614
1615
for path in paths
1616
found = String[]
1617
- for m in eachmatch(Regex("$(path)[^\0]+"), sysimg_contents)
+ for m in eachmatch(Regex("\Q$(path)\E[^\0]+"), sysimg_contents)
1618
push!(found, "[$(m.offset)] $(m.match)")
1619
end
1620
if !isempty(found)
0 commit comments