Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!unmvax!ncar!tank!shamash!com50!pwcs!stag!daemon From: to_stdnet@stag.UUCP Newsgroups: comp.sys.atari.st Subject: (none) Message-ID: <742@stag.UUCP> Date: 14 Mar 89 05:31:41 GMT Sender: daemon@stag.UUCP Lines: 26 From: BROOKS%csss-a.prime.com@RELAY.CS.NET Subject: More on memcpy() and related bugs As we know, the version of memcpy() released with Sozobon fails because the btst instruction is assembled improperly. Note the following routines call memcpy(): initargs() (part of startup IFF XARG is used) lsearch() qsort() so you must install a fix to memcpy() before any of these will work. Furthermore, lmemcpy() and bzero() have the same bug, and realloc() calls lmemcpy(). If they matter to you, it's no big deal to write (slow) versions in C. Dale Schumacher is said to be working on official fixes. Correct mail address is below: ------------------------------------------------------------------------ David Brooks Internet: BROOKS@CSSS-A.PRIME.COM uucp: {mit-eddie,uunet}!csss-a.prime.com!brooks Signature on file. Standard disclaimer applies as appropriate.