Displaying 1 result from an estimated 1 matches for "iskantha".
2003 Sep 05
1
Problem with Win95 + DFS clients (fwd)
...o
fail cause a segmentation fault.
I do not understand how samba work, but here is my working patch for this. I
just copied the fid from the last open_And_X call and write it into inbuf
if the file_fsp is different.
Attached here is the diff. The patch is only on
/smbd/reply.c
Thank you.
Iskantharajah T
-------------- next part --------------
--- ./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.
****************************************************************************/
+/*isk...