Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2010 21:38:00 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/printf printf.c
Message-ID:  <201012292138.oBTLcN43080287@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-12-29 21:38:00 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/printf       printf.c 
  Log:
  SVN rev 216809 on 2010-12-29 21:38:00Z by jilles
  
  printf: Do not use sh memory functions in sh builtin.
  
  These functions throw exceptions if they fail, possibly causing memory
  leaks. The normal out-of-memory handling suffices. The INTOFF around almost
  all of printf prevents memory leaks due to SIGINT.
  
  Revision  Changes    Path
  1.50      +0 -13     src/usr.bin/printf/printf.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012292138.oBTLcN43080287>