Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2003 17:49:16 -0700 (PDT)
From:      "Matthew N. Dodd" <mdodd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/rtld-elf libmap.c
Message-ID:  <200305300049.h4U0nGcb080760@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdodd       2003/05/29 17:49:16 PDT

  FreeBSD src repository

  Modified files:
    libexec/rtld-elf     libmap.c 
  Log:
  Don't post-increment pointers inside a loop conditional.
  
  While I'm here:
  - Let lm_add() call strdup() on its own behalf.
  - Use a temporary pointer when parsing constraints; only set the
    constraint pointer on a totally successful match.
  
  PR:              bin/52783
  Submitted by:    David P. Reese Jr. <daver@gomerbud.com>
  Approved by:     re (rwatson)
  
  Revision  Changes    Path
  1.6       +11 -11    src/libexec/rtld-elf/libmap.c



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