Fix alignment problem found by purify

This commit is contained in:
Jeff Hill
1995-04-26 03:14:08 +00:00
parent 302f4ef6c8
commit 9b76f9d9c0

View File

@@ -175,7 +175,10 @@ unsigned extsize; /* extension size */
unsigned msgsize;
unsigned newstack;
extsize = CA_MESSAGE_ALIGN(extsize);
msgsize = extsize + sizeof(struct extmsg);
newstack = pclient->send.stk + msgsize;
if(newstack > pclient->send.maxstk){
if(pclient->disconnect){