diff options
Diffstat (limited to 'libfdproto/dictionary_functions.c')
| -rw-r--r-- | libfdproto/dictionary_functions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libfdproto/dictionary_functions.c b/libfdproto/dictionary_functions.c index 315b417..9c45903 100644 --- a/libfdproto/dictionary_functions.c +++ b/libfdproto/dictionary_functions.c @@ -2,7 +2,7 @@ * Software License Agreement (BSD License) * * Author: Sebastien Decugis <sdecugis@freediameter.net> * * * -* Copyright (c) 2015, WIDE Project and NICT * +* Copyright (c) 2020, WIDE Project and NICT * * All rights reserved. * * * * Redistribution and use of this software in source and binary forms, with or without modification, are * @@ -287,7 +287,7 @@ static int time_t_to_diameter_string(time_t time_stamp, char **result) { int fd_dictfct_Time_encode(void * data, union avp_value * avp_value) { - char * buf; + char * buf = NULL; size_t len; TRACE_ENTRY("%p %p", data, avp_value); |
