- design improvements in scriptcontext (sct send) and ascon (AsconBaseHandler)

- bug fixes
This commit is contained in:
zolliker
2009-03-03 14:07:43 +00:00
parent 0dc196becb
commit 2e060ccf73
8 changed files with 292 additions and 172 deletions

2
lld.c
View File

@ -69,7 +69,7 @@ static int ListInit(int List, int ItemSize)
if (0 != ItemSize) {
/* create dummy head node
*/
Fortify_CheckAllMemory();
(void)Fortify_CheckAllMemory();
Tmp = NODE_MALLOC(List);
if (NULL == Tmp) {
return ERR_MEMORY;