|
You are here |
nullprogram.com | ||
| | | | |
saagarjha.com
|
|
| | | | | Saagar Jha's website. | |
| | | | |
vlad.website
|
|
| | | | | 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
|
|
| | | | | A tutorial on how to find memory corruption bugs in Python | |
| | | | |
solarianprogrammer.com
|
|
| | | How to compile from sources GCC 10 on macOS Catalina | ||