Date: Sat, 7 Sep 2002 01:14:19 -0700 (PDT) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen siglist.c Message-ID: <200209070814.g878EJkp040135@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett    2002/09/07 01:14:19 PDT
  Modified files:
    lib/libc/gen         siglist.c 
  Log:
  Two arrays were born from the same seeds, both grew into complementary sets
  of pointers to strings.  These two arrays were fixed to the same size, but one
  had an implicit zeroed trailer element, which was unused because the size was
  used up by the ones before said zeroed trailer element.  So the unused limb was
  chopped off the over-sized-but-not-over-sized array, and everyone lived happily
  ever after.
  
  Revision  Changes    Path
  1.4       +1 -1      src/lib/libc/gen/siglist.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209070814.g878EJkp040135>
