bkaradzic / GENie

GENie - Project generator tool
Other
905 stars 168 forks source link

Fix premake_locate on linux #542

Closed noct closed 2 years ago

noct commented 2 years ago

Discovered on Ubuntu 20.04, readlink() as per the documentation is not required to null-terminate the provided string. As a result, scripts using _PREMAKE_COMMAND in build commands can occasionally produce invalid characters in generated files.