The following problem was reported on the SF bug tracker:
http://sourceforge.net/tracker/?func=detail&atid=100681&aid=2930893&group_id=681

Luigi reported a problem in FileDrive() when parameter is UNC.
Program crash when it try to read from a null pointer
Rev. 13372 MinGw WinXP

I replicated the problem with Rev. 13548 BCC WinNT

---tt56.prg---
proc main()
? FileDrive( "X:\xyz" )        // X
? FileDrive( \\server\path )  // Crash!
return
--------------

..\bin\hbmk2 tt56 hbclipsm.lib


  Chen.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to