mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-01 21:21:58 +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