Commit a3c46304 authored by DimaTivator's avatar DimaTivator
Browse files

:)

parent 9bb46e05
No related merge requests found
Pipeline #91207 passed with stages
in 11 seconds
......@@ -83,7 +83,7 @@ int LoadElf64(const int file_descriptor, const char *section_name) {
}
}
// check weather start_section is executable
// check whether start_section is executable
if (start_section == PT_NULL || !(start_section->sh_flags & SHF_EXECINSTR)) {
close(file_descriptor);
return EINVAL;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment