Updated Security (asciidoc)

This commit is contained in:
Federico Ceratto 2016-07-26 15:11:02 +01:00
parent ab5606cf55
commit 83aaf3194f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Security features in the language:
* Nim attempts to generate C code that does not rely on unsecure function/patterns (e.g. unchecked strcpy)
* The language encourage using immutable and const values
* Type conversions are memory-safe
* Low-level memory access allows mlock etc
* Low-level memory access allows mlock (TODO: add example) and memory wipe (TODO: add example)
* http://nim-lang.org/docs/manual.html#types-memory-regions[Memory regions] TODO
=== Compiling with GCC on Linux