search for: hack_fid

Displaying 1 result from an estimated 1 matches for "hack_fid".

2003 Sep 05
1
Problem with Win95 + DFS clients (fwd)
...--- --- ./reply.c Mon Apr 7 09:54:00 2003 +++ reply.c.new Fri Sep 5 19:38:51 2003 @@ -45,6 +45,10 @@ Report a possible attack via the password buffer overflow bug. ****************************************************************************/ +/*iskantha Problem with win95 + DFS*/ +static int hack_fid; + + static void overflow_attack(int len) { if( DEBUGLVL( 0 ) ) { @@ -429,8 +433,26 @@ uint32 ioctl_code = (device << 16) + function; int replysize, outsize; char *p; + int temp = 0; files_struct *fsp = file_fsp(inbuf,smb_vwv0); - START_PROFILE(SMBioctl); + int fid = SVAL(i...