Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Dec 2010 13:25:47 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh exec.c expand.c memalloc.c memalloc.h parser.c
Message-ID:  <201012261326.oBQDQ6RM004550@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

jilles      2010-12-26 13:25:47 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               exec.c expand.c memalloc.c memalloc.h 
                         parser.c 
  Log:
  SVN rev 216706 on 2010-12-26 13:25:47Z by jilles
  
  sh: Allow arbitrary large numbers in CHECKSTRSPACE.
  Reduce "stack string" API somewhat and simplify code.
  Add a check for integer overflow of the "stack string" length (probably
  incomplete).
  
  Revision  Changes    Path
  1.46      +2 -3      src/bin/sh/exec.c
  1.80      +4 -3      src/bin/sh/expand.c
  1.35      +21 -14    src/bin/sh/memalloc.c
  1.16      +2 -3      src/bin/sh/memalloc.h
  1.104     +1 -2      src/bin/sh/parser.c



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