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

Diff for /src/usr.bin/ssh/xmalloc.c between version 1.34 and 1.35

version 1.34, 2017/05/31 09:15:42 version 1.35, 2019/06/06 05:13:13
Line 22 
Line 22 
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "log.h"  #include "log.h"
   
 void  char *malloc_options = "S";
 ssh_malloc_init(void)  
 {  
         extern char *malloc_options;  
   
         malloc_options = "S";  
 }  
   
 void *  void *
 xmalloc(size_t size)  xmalloc(size_t size)

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35