Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 2009 15:41:10 +0000 (UTC)
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/arm/string strncmp.S
Message-ID:  <200908151541.n7FFfNmN082550@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
stas        2009-08-15 15:41:10 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    lib/libc/arm/string  strncmp.S 
  Log:
  SVN rev 196249 on 2009-08-15 15:41:10Z by stas
  
  - MFC r194583:
      Fix strncmp on arm. Return 0 as result without performing the
      main cycle only if the len passed is equal to 0. If end address
      overflows use last possible address as the end address.
  
  Revision  Changes    Path
  1.2.10.1  +9 -5      src/lib/libc/arm/string/strncmp.S



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