Up to [cvs.netbsd.org] / src / lib / libc / stdlib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4.6.1 / (download) - annotate - [select for diffs], Tue Jun 3 20:47:08 2008 UTC (2 months ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.4: +8 -3
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Sync with netbsd-4.
Revision 1.4.4.2 / (download) - annotate - [select for diffs], Mon Apr 7 13:14:45 2008 UTC (4 months ago) by jdc
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-base
Changes since 1.4.4.1: +8 -8
lines
Diff to previous 1.4.4.1 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)
Pull up revision 1.6 (requested by mjf in ticket #1115). Fix another integer overflow issue discovered by Maksymilian Arciemowicz. On top of this, limit the range of getnumber to 0x00ffffff to make sure that adding two of them does not cause an integer overflow.
Revision 1.4.14.2 / (download) - annotate - [select for diffs], Mon Apr 7 13:14:22 2008 UTC (4 months ago) by jdc
Branch: netbsd-4-0
Changes since 1.4.14.1: +8 -8
lines
Diff to previous 1.4.14.1 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)
Pull up revision 1.6 (requested by mjf in ticket #1115). Fix another integer overflow issue discovered by Maksymilian Arciemowicz. On top of this, limit the range of getnumber to 0x00ffffff to make sure that adding two of them does not cause an integer overflow.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 27 21:50:30 2008 UTC (4 months, 1 week ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
hpcarm-cleanup-nbase,
HEAD
Changes since 1.5: +8 -8
lines
Diff to previous 1.5 (colored)
Fix another integer overflow issue discovered by Maksymilian Arciemowicz. On top of this, limit the range of getnumber to 0x00ffffff to make sure that adding two of them does not cause an integer overflow.
Revision 1.4.16.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:14:45 2008 UTC (4 months, 2 weeks ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.4: +8 -3
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
sync with head.
Revision 1.4.10.1 / (download) - annotate - [select for diffs], Sun Mar 23 00:40:26 2008 UTC (4 months, 2 weeks ago) by matt
Branch: matt-armv6
Changes since 1.4: +8 -3
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
sync with HEAD
Revision 1.4.14.1 / (download) - annotate - [select for diffs], Wed Mar 19 19:15:01 2008 UTC (4 months, 2 weeks ago) by bouyer
Branch: netbsd-4-0
Changes since 1.4: +8 -3
lines
Diff to previous 1.4 (colored)
Pull up following revision(s) (requested by mjf in ticket #1102): lib/libc/stdlib/strfmon.c: revision 1.5 Avoid integer overflow; reported by Maksymilian Arciemowicz.
Revision 1.4.4.1 / (download) - annotate - [select for diffs], Wed Mar 19 19:13:21 2008 UTC (4 months, 2 weeks ago) by bouyer
Branch: netbsd-4
Changes since 1.4: +8 -3
lines
Diff to previous 1.4 (colored)
Pull up following revision(s) (requested by mjf in ticket #1102): lib/libc/stdlib/strfmon.c: revision 1.5 Avoid integer overflow; reported by Maksymilian Arciemowicz.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Mar 18 18:16:08 2008 UTC (4 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: matt-armv6-nbase,
keiichi-mipv6-base
Changes since 1.4: +8 -3
lines
Diff to previous 1.4 (colored)
Avoid integer overflow; reported by Maksymilian Arciemowicz.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Mar 19 01:50:49 2006 UTC (2 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-fixsa-base-1,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
matt-mips64-base,
matt-armv6-prevmlocking,
matt-armv6-base,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: wrstuden-fixsa,
netbsd-4-0,
netbsd-4,
matt-armv6,
keiichi-mipv6
Changes since 1.3: +4 -2
lines
Diff to previous 1.3 (colored)
Coverity CID 1560: Don't leak memory when multiple currency symbols are present
Revision 1.3 / (download) - annotate - [select for diffs], Fri Dec 2 14:19:43 2005 UTC (2 years, 8 months ago) by yamt
Branch: MAIN
Changes since 1.2: +10 -10
lines
Diff to previous 1.2 (colored)
redo the previous; constify rather than making a string writable.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 29 03:12:00 2005 UTC (2 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
WARNS=4
Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 3 20:09:29 2005 UTC (3 years, 4 months ago) by christos
Branch: MAIN
Add FreeBSD's strfmon(3). From Rui Paulo. No bump this time. Take advantage of the getpwent_r bump.