mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-15 14:38:45 +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