arty@svn.reactos.com wrote:
Fixed wrong STATUS_BUFFER_TOO_SMALL return to documented success return in the buffer too small case.
Updated files: trunk/reactos/drivers/net/tcpip/tcpip/info.c trunk/reactos/drivers/net/tcpip/tcpip/main.c
Good news , Networking work again ( ping www.reactos.com )
Regards Gerard
Well, ping and finger work again, but telnet ftp and (I bet) ibrowser still doesn't work.
On 5/13/05, Gge gerard.gatineau@laposte.net wrote:
arty@svn.reactos.com wrote:
Fixed wrong STATUS_BUFFER_TOO_SMALL return to documented success return in the buffer too small case.
Updated files: trunk/reactos/drivers/net/tcpip/tcpip/info.c trunk/reactos/drivers/net/tcpip/tcpip/main.c
Good news , Networking work again ( ping www.reactos.com )
Regards Gerard
Ros-dev mailing list Ros-dev@reactos.com http://reactos.com:8080/mailman/listinfo/ros-dev
Here is the problem now affecting ftp, telnet, and others (Now we are getting STATUS_BUFFER_OVERFLOW):
(misc/handle.c:220)(ReferenceProviderByHandle) ProviderHanddle is 6634d0 (misc/catalog.c:20)(ReferenceProviderByPointer) Provider (0x660DE0). (misc/catalog.c:26)(ReferenceProviderByPointer) Leaving (tcpip/main.c:452)(TiDispatchInternal) Called. DeviceObject is at (0x80AF6388), IRP is at (0x80839498) MN (12). (tcpip/dispatch.c:623)(DispTdiQueryInformation) Called. (tcpip/dispatch.c:668)(DispTdiQueryInformation) MDL buffer too small. (tcpip/main.c:506)(TiDispatchInternal) TDI_QUERY_INFORMATION: AAM(tcpip/main.c:527)(TiDispatchInternal) Leaving. Status = (0x80000005). (tcpip/irp.c:21)(IRPFinish) Called: Irp 80839498, Status 80000005 Event 9cec6bac Entered debugger on last-chance exception number 14 (Page Fault) Memory at 0xc7 could not be read: Page not present. kdb:> bt Eip: <ntoskrnl.exe:62dce (mm/mdl.c:134 (MmUnlockPages))> Frames: <ntoskrnl.exe:4ca7b (io/irp.c:1122 (IofCompleteRequest))> <tcpip.sys:6658 (tcpip/irp.c:36 (IRPFinish))> <tcpip.sys:7732 (tcpip/main.c:530 (TiDispatchInternal))> <ntoskrnl.exe:4c71a (io/irp.c:954 (IofCallDriver))> <afd.sys:95fd (afd/tdi.c:68 (TdiCall))> <afd.sys:a501 (afd/tdi.c:575 (TdiQueryInformation))> <afd.sys:24ed (afd/info.c:82 (AfdGetSockOrPeerName))> <afd.sys:5782 (afd/main.c:384 (AfdDispatch))> <ntoskrnl.exe:4c71a (io/irp.c:954 (IofCallDriver))> <ntoskrnl.exe:4c692 (io/irp.c:899 (IoCallDriver))> <ntoskrnl.exe:3eedf (io/device.c:1211 (NtDeviceIoControlFile))> <ntoskrnl.exe:36d2 (/tmp/cctlcDns.s:180 (KiSystemService))> <msafd.dll:314a (misc/dllmain.c:1278 (WSPGetSockName))> <ws2_32.dll:7450 (misc/stubs.c:84 (getsockname))> <ftp.EXE:6da7 (ftp.c:174 (hookup))> <ftp.EXE:143e (cmds.c:105 (setpeer))> <ftp.EXE:a890 (main.c:241 (main))> ftp.EXE:116a ftp.EXE:1018 <kernel32.dll:289b1 (process/create.c:331 (BaseProcessStart))> --- Press q to abort, any other key to continue ---
WD