--- adtool.c.orig 2008-03-30 18:14:41.000000000 +0200 +++ adtool.c 2008-03-30 19:22:01.000000000 +0200 @@ -651,6 +651,7 @@ break; case 'w': bindpw=strdup(optarg); + memset(optarg, 0, strlen(optarg)); break; case 'b': search_base=strdup(optarg);