From f892e94d3bd43470ec2d012a611b280d6b1a2ae6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 14 Nov 2017 00:21:43 +0200 Subject: [PATCH] Test --- crypto777/iguana_utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crypto777/iguana_utils.c b/crypto777/iguana_utils.c index 153cd4529..8d461fa13 100755 --- a/crypto777/iguana_utils.c +++ b/crypto777/iguana_utils.c @@ -446,6 +446,7 @@ char *clonestr(char *str) return(clone); } +int32_t zeroval() { return(0); } int32_t safecopy(char *dest,char *src,long len) { @@ -459,6 +460,7 @@ int32_t safecopy(char *dest,char *src,long len) if ( i == len ) { printf("safecopy: %s too long %ld\n",src,len); + printf("divide by zero! %d\n",1/zeroval()); #ifdef __APPLE__ //getchar(); #endif