home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / bsd / 10808 < prev    next >
Encoding:
Text File  |  1992-12-31  |  1.3 KB  |  34 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!gatech!concert!uvaarpa!cv3.cv.nrao.edu!laphroaig!cflatter
  3. From: cflatter@nrao.edu (Chris Flatters)
  4. Subject: Re: [386bsd] GNU malloc in favor of BSD ma
  5. Message-ID: <1993Jan1.031438.14762@nrao.edu>
  6. Sender: news@nrao.edu
  7. Reply-To: cflatter@nrao.edu
  8. Organization: NRAO
  9. References: <1993Jan1.001332.15123@serval.net.wsu.edu>
  10. Date: Fri, 1 Jan 1993 03:14:38 GMT
  11. Lines: 21
  12.  
  13. In article 15123@serval.net.wsu.edu, hlu@eecs.wsu.edu (H.J. Lu) writes:
  14. >In article <1hvu79INNjqq@ftp.UU.NET>, sef@Kithrup.COM (Sean Eric Fagan) writes:
  15. >|> In article <JKH.92Dec31154004@whisker.lotus.ie> jkh@whisker.lotus.ie (Jordan K. Hubbard) writes:
  16. >|> >I say we petition Bill to use GNU malloc in preference.
  17. >|> 
  18. >|> GNU malloc is copylefted.  Using it in a library means that every program
  19. >|> compiled using that library is copylefted.  That is almost certainly the
  20. >|> reason why it is not used, and I cannot fault anyone for that.
  21. >
  22. >Is that under GLGPL? Another `feature' in GNU malloc is malloc (0) returns
  23. >NULL.
  24.  
  25. The version of malloc in GNU libc is under the library license.
  26.  
  27. malloc(0) returning a NULL pointer conforms to the ANSI C standard (malloc(0)
  28. may either return NULL or an unique, implementation-defined pointer.
  29.  
  30.     Chris Flatters
  31.     cflatter@nrao.edu
  32.  
  33.  
  34.