arakiken / mlterm

Other
147 stars 13 forks source link

Fix buffer overflow with long plugin suffix #57

Closed hramrach closed 1 year ago

hramrach commented 1 year ago

The buffer length for appending suffix to module name is not correctly calculated. Fix the calculation to avoid memory corruption.