Explore >> Select a destination


You are here

nullprogram.com
| | saagarjha.com
3.4 parsecs away

Travel
| | Saagar Jha's website.
| | vlad.website
5.7 parsecs away

Travel
| | The default C string handling functions have a lot of problems. The biggest of these issue is the fact that they are unsafe, in the sense that they can lead to buffer overflows by copying something past the end of a string. There are safer versions, such as strlcpy, but they also have their own issues, such as implicit truncation of strings. I needed a more reliable set of string handling functions, so I created pstr, which is a set of functions that allows you to more easily work with static C strings while preventing buffer overflows and truncation, so you don't have to worry worrying about safety as much. pstr has two principles:
| | rog3rsm1th.github.io
6.7 parsecs away

Travel
| | A tutorial on how to find memory corruption bugs in Python
| | solarianprogrammer.com
34.0 parsecs away

Travel
| How to compile from sources GCC 10 on macOS Catalina