* src/login.c: Added splint annotations.

This commit is contained in:
nekral-guest
2009-04-22 20:53:15 +00:00
parent 2a32262725
commit 54302f6006
2 changed files with 6 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
* src/login.c: Added assert()s for NULL (or ! NULL) username, and
pwd. This helps splint.
* src/login.c: Added splint annotations.
2009-04-22 Nicolas François <nicolas.francois@centraliens.net>