Further change for module load #11
Merged
belliash
merged 1 commits from module_load_fix
into master
5 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'module_load_fix'
Deleting a branch is permanent. It CANNOT be undone. Continue?
255 bytes a probably enough for absolute path, but why limit this?
We can use PATH_MAX if you wish or hardcode 1024 ... The original code the string is not correct C string, ought to be visible from within gdb or even compiler sanitizer.
Just tried with asan.
f0b3adc44a
.