facebookarchive / BOLT

Binary Optimization and Layout Tool - A linux command-line utility used for optimizing performance of binaries
2.51k stars 176 forks source link

bolt_rt: getBinaryPath() increase max file path #243

Closed undingen closed 2 years ago

undingen commented 2 years ago

Increase the hard limit from 256 to 4096. This fixes the Assertion failed: failed to open binary path error I'm seeing.

rafaelauler commented 2 years ago

Thanks!