General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
Fireship
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "" video.
It can't be stated enough, ALWAYS CHECK USER INPUT. If it comes from a remote source, it is user input. If it comes through as an API call, it is user input. If it comes from the command line, it is user input. If it is read from the terminal, it is user input. Feel free to add more examples, because there are a ton. As for double freeing, this is why in my data structures library, the destructor for all objects clears the internals so subsequent calls won't try to double free.
1