From 115996503ced64c478ed1cc857bd5a1528644b46 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 21 Feb 2006 03:08:42 +0000 Subject: r13585: Sorry Gunther, had to revert this. It's got a buffer overrun. Spoke to Jerry about the correct fix. Will add this after. Jeremy. (This used to be commit 33e13aabd3825c59d15dc897536e2ccf8c8f6d5e) --- source3/include/authdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/authdata.h') diff --git a/source3/include/authdata.h b/source3/include/authdata.h index 7e047687b7..194429ab67 100644 --- a/source3/include/authdata.h +++ b/source3/include/authdata.h @@ -42,7 +42,7 @@ typedef struct pac_logon_name { NTTIME logon_time; uint16 len; - fstring username; + uint16 *username; /* might not be null terminated, so not UNISTR */ } PAC_LOGON_NAME; typedef struct pac_signature_data { -- cgit