secure_programming
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| secure_programming [2012/09/30 23:02] – javapimp | secure_programming [2023/08/18 18:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| } | } | ||
| </ | </ | ||
| + | |||
| + | ===== Function returns the same value for success or failure ===== | ||
| + | |||
| ====== Buffer Overflows ====== | ====== Buffer Overflows ====== | ||
| Line 60: | Line 63: | ||
| ====== Race Conditions ====== | ====== Race Conditions ====== | ||
| + | |||
| + | ====== Code Coverage ====== | ||
| + | <code bash> | ||
| + | $ gcc -ftest-coverage -fprofile-arcs foo.c | ||
| + | $ gcov foo.c | ||
| + | </ | ||
| + | |||
| + | ====== Automated Tools ====== | ||
| + | <code bash> | ||
| + | $ splint -I/inc *.c | ||
| + | </ | ||
secure_programming.1349046176.txt.gz · Last modified: 2023/08/18 18:15 (external edit)