mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-14 12:31:22 +00:00

While the _s functions are for security as they avoid exceeding the supplied buffer, in our case they are not really required as we are allocating a buffer large enough to store the entire result. Fixes #171