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

Diff for /src/usr.bin/ssh/xmalloc.h between version 1.19 and 1.20

version 1.19, 2019/11/12 22:32:48 version 1.20, 2021/04/03 06:18:41
Line 22 
Line 22 
 void    *xrecallocarray(void *, size_t, size_t, size_t);  void    *xrecallocarray(void *, size_t, size_t, size_t);
 char    *xstrdup(const char *);  char    *xstrdup(const char *);
 int      xasprintf(char **, const char *, ...)  int      xasprintf(char **, const char *, ...)
                 __attribute__((__format__ (printf, 2, 3)))      __attribute__((__format__ (printf, 2, 3))) __attribute__((__nonnull__ (2)));
                 __attribute__((__nonnull__ (2)));  
 int      xvasprintf(char **, const char *, va_list)  int      xvasprintf(char **, const char *, va_list)
                 __attribute__((__nonnull__ (2)));      __attribute__((__nonnull__ (2)));

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