* lib/commonio.c: Added splint annotations.

* lib/commonio.c: old_context should be local to commonio_close(),
	not global.
This commit is contained in:
nekral-guest
2009-04-26 16:48:51 +00:00
parent fca3b5cdc9
commit 4fd672c5b9
2 changed files with 26 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
2009-04-26 Nicolas François <nicolas.francois@centraliens.net>
* lib/commonio.c: Added splint annotations.
* lib/commonio.c: old_context should be local to commonio_close(),
not global.
2009-04-26 Nicolas François <nicolas.francois@centraliens.net>
* src/passwd.c: Do not freecon strings duplicated with strdup.