mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 02:24:06 -04:00
6 lines
216 B
Plaintext
6 lines
216 B
Plaintext
UNO is a tool for source code analysis. It is designed
|
|
to intercept primarily the three most common types of
|
|
software defects: use of uninitialized variable,
|
|
nil-pointer references, and out-of-bounds array
|
|
indexing.
|