Explore >> Select a destination


You are here

saagarjha.com
| | sergioprado.blog
5.8 parsecs away

Travel
| | AddressSanitizer (ASan) is an instrumentation tool created by Google security researchers to identify memory access problems in C and C++ programs.
| | vlad.website
5.8 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:
| | nullprogram.com
3.4 parsecs away

Travel
| |
| | www.cloudbees.com
25.0 parsecs away

Travel
|