[37110] in Kerberos

home help back first fref pref prev next nref lref last post

Possible Windows Build Bug

daemon@ATHENA.MIT.EDU (Zachary Greve)
Mon Jun 22 16:22:35 2015

Message-ID: <BLU171-W7878169FBF0FF1C7828C7ACEA10@phx.gbl>
From: Zachary Greve <ztgreve@live.com>
To: "kerberos@mit.edu" <kerberos@mit.edu>
Date: Mon, 22 Jun 2015 16:13:54 -0400
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu

In the echo_files method in the libecho utility there is a line that reads:

ff = _findfirst(f, &fdt); // line 64

which errors out with an access violation in ntdll.dll.

Changing the line to read:

ff = _findfirst(filepath, &fdt);

fixed the issue.

Is this a bug?
 		 	   		  
________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

home help back first fref pref prev next nref lref last post