[BACK]Return to umac.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/umac.c between version 1.18 and 1.19

version 1.18, 2019/11/13 04:47:52 version 1.19, 2020/02/26 13:40:09
Line 1201 
Line 1201 
     if (ctx) {      if (ctx) {
         if (ALLOC_BOUNDARY)          if (ALLOC_BOUNDARY)
             ctx = (struct umac_ctx *)ctx->free_ptr;              ctx = (struct umac_ctx *)ctx->free_ptr;
         explicit_bzero(ctx, sizeof(*ctx) + ALLOC_BOUNDARY);          freezero(ctx, sizeof(*ctx) + ALLOC_BOUNDARY);
         free(ctx);  
     }      }
     return (1);      return (1);
 }  }

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19