/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nullprogram.com
| | michaelneuper.com
3.7 parsecs away

Travel
| | A buffer overflow attack is a type of cyber attack in which an attacker attempts to write more data to a buffer (a temporary data storage area) in a computer's memory than the buffer is designed to hold. This can cause the buffer to overflow, or exceed its maximum capacity, which can corrupt other parts of the computer's memory and allow the attacker to gain unauthorized access to the system.
| | elmanto.github.io
5.4 parsecs away

Travel
| |
| | 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:
| | br.vuejs.org
23.7 parsecs away

Travel
| Vue.js - O Framework JavaScript Progressivo