--- libelwix/src/av.c 2018/05/31 15:34:28 1.3.32.1 +++ libelwix/src/av.c 2024/10/27 04:24:52 1.4.58.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: av.c,v 1.3.32.1 2018/05/31 15:34:28 misho Exp $ +* $Id: av.c,v 1.4.58.1 2024/10/27 04:24:52 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -12,7 +12,7 @@ terms: All of the documentation and software included in the ELWIX and AITNET Releases is copyrighted by ELWIX - Sofia/Bulgaria -Copyright 2004 - 2018 +Copyright 2004 - 2024 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -68,7 +68,7 @@ av_Make(const char * __restrict csArgs, const char *cs return -1; if (psValue && !valLen) return -1; - else + else if (psValue) memset(psValue, 0, valLen); psBuf = e_strdup(csArgs); if (!psBuf)