Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2001 12:48:02 -0800 (PST)
From:      Archie Cobbs <archie@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdio vfprintf.c
Message-ID:  <200101062048.f06Km3w43071@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
archie      2001/01/06 12:48:02 PST

  Modified files:
    lib/libc/stdio       vfprintf.c 
  Log:
  Fix bugs in the handling of > 8 positional arguments:
  - The stack was getting smashed by __grow_type_table()
  - reallocf() was being called with the wrong pointer
  - The maximum argument number was being incorrectly computed
  
  PR:	misc/23521
  
  Revision  Changes    Path
  1.23      +19 -15    src/lib/libc/stdio/vfprintf.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?200101062048.f06Km3w43071>