home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / msdos / programm / 12015 < prev    next >
Encoding:
Text File  |  1993-01-12  |  2.3 KB  |  56 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!spool.mu.edu!yale.edu!yale!gumby!destroyer!Tygra.Michigan.COM!dave
  3. From: dave@tygra.Michigan.COM (David Conrad)
  4. Subject: Patch for MS-DOS 5.0 CHKDSK.EXE of Apr 9
  5. Organization: CAT-TALK Conferencing System
  6. Date: Tue, 12 Jan 1993 14:40:01 GMT
  7. Message-ID: <1993Jan12.144002.26445dave@tygra.Michigan.COM>
  8. Lines: 46
  9.  
  10. For those who have the revision of MS-DOS 5.00 wherein the CHKDSK has
  11. a serious bug (Apr 9, 91, size 16,200) I've produced the following
  12. patch based on information provided by Padgett Petersen.  If you don't
  13. have the patch program to apply this then email me; if enough people
  14. need it I'll see that it gets uploaded to Simtel20.
  15.  
  16. (It's actually already there in several of Borland's patches to Turbo/
  17. Borland C(++), as well as perhaps other places.  I got mine from
  18. PD1:<MSDOS.TURBOC>TCPPT1.ZIP, it's also in TCPATCH2.ARC in the same
  19. directory, apparently.)
  20.  
  21. -=-=- cut here -=-=- chkdsk.pat -=-=- cut here -=-=-
  22. ; Padgett Peterson posted the following info about the Apr 9 version
  23. ; of CHKDSK.EXE, which as you probably know by now has a serious bug:
  24. ;
  25. ; 8b 4f 0f 8b f9 ... at offset ds:263e in the "old" and
  26. ; 8b 7f 0f 32 ed ... is at the same offset in the "new"
  27. ;
  28. ;                                       Warmly,
  29. ;                                               Padgett
  30. ;
  31. ; Note: this was done without any advice/observations from Mircrosoft &
  32. ;       only represents what I found in minimal testing. Caveat y'all.
  33. ; --
  34. ; Having taken a quick look myself, I've made the following patch,
  35. ; noting that the same caveats that Padgett mentioned should apply,
  36. ; and it can be applied with:
  37. ;
  38. ; patch chkdsk.pat chkdsk.exe
  39. ;
  40. ; If it says, "patch already applied," then you have the fixed version.
  41. ; (Yes, 263e above and 273e below.  The difference is due to the PSP.)
  42. ;
  43. ; Regards,
  44. ; David R. Conrad, David_Conrad@mts.cc.wayne.edu, dave@michigan.com
  45.  
  46. 273E: 8B 7F 0F 32 ED
  47.       8B 4F 0F 8B F9
  48. -=-=- cut here -=-=- chkdsk.pat -=-=- cut here -=-=-
  49.  
  50. David R. Conrad
  51. -- 
  52. =  CAT-TALK Conferencing Network, Computer Conferencing and File Archive      =
  53. -  1-313-882-2209, 300bps-14400bps, V.32/V.32bis/TurboPEP New users use 'new' - 
  54. =  as a login id.  AVAILABLE VIA PC-PURSUIT!!! (City code "MIDET")            =
  55.    E-MAIL Address: dave@Michigan.COM
  56.