Updated Security (asciidoc)
This commit is contained in:
parent
ab5606cf55
commit
83aaf3194f
|
@ -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)
|
* 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
|
* The language encourage using immutable and const values
|
||||||
* Type conversions are memory-safe
|
* 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
|
* http://nim-lang.org/docs/manual.html#types-memory-regions[Memory regions] TODO
|
||||||
|
|
||||||
=== Compiling with GCC on Linux
|
=== Compiling with GCC on Linux
|
||||||
|
|
Loading…
Reference in New Issue