The NetBSD Project

CVS log for src/common/lib/libc/string/memmem.c

[BACK] Up to [cvs.NetBSD.org] / src / common / lib / libc / string

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Dec 14 16:48:13 2024 UTC (3 months, 1 week ago) by riastradh
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
memmem(3): Avoid undefined behaviour in shift.

PR lib/58906: memmem.c: sync with musl upstream that fixes UB on
signed overflow

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Dec 14 16:48:05 2024 UTC (3 months, 1 week ago) by riastradh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
memmem(3): Nix trailing whitespace.

No functional change intended.

Preparation for:

PR lib/58906: memmem.c: sync with musl upstream that fixes UB on signed overflow

Revision 1.3.12.1: download - view: text, markup, annotated - select for diffs
Mon May 31 22:06:52 2021 UTC (3 years, 9 months ago) by cjep
Branches: cjep_staticlib_x
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +1 -2 lines
sync with head

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun May 16 09:43:39 2021 UTC (3 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
memmem: remove unreachable return statement

Revision 1.3.2.4: download - view: text, markup, annotated - select for diffs
Tue Apr 21 19:37:51 2020 UTC (4 years, 11 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.3.2.3: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.3: +1 -1 lines
Ooops, restore accidently removed files from merge mishap

Revision 1.3.2.3
Tue Apr 21 18:41:24 2020 UTC (4 years, 11 months ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.3.2.2: +1 -1 lines
Sync with HEAD

Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Mon Jun 10 21:41:07 2019 UTC (5 years, 9 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.1: +195 -0 lines
Sync with HEAD

Revision 1.1.2.3: download - view: text, markup, annotated - select for diffs
Sat Oct 20 06:58:15 2018 UTC (6 years, 5 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.1.2.2: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.2: +21 -17 lines
Sync with head

Revision 1.3.2.1
Mon Oct 15 19:32:48 2018 UTC (6 years, 5 months ago) by christos
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.3: +0 -195 lines
file memmem.c was added on branch phil-wifi on 2019-06-10 21:41:07 +0000

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 15 19:32:48 2018 UTC (6 years, 5 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, netbsd-9-base, netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, is-mlppp-base, is-mlppp, cjep_staticlib_x-base, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base, ad-namecache
Branch point for: phil-wifi, cjep_staticlib_x
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
use postincrement, like the patch
XXX: pullup-8

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 15 18:37:19 2018 UTC (6 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +21 -17 lines
Avoid out-of-bounds reads
https://www.openwall.com/lists/musl/2017/06/29/6
XXX: pullup-8

Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Sat Jul 28 04:32:57 2018 UTC (6 years, 7 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.1: +191 -0 lines
Sync with HEAD

Revision 1.1.2.1
Sun Jul 8 17:53:12 2018 UTC (6 years, 8 months ago) by pgoyette
Branches: pgoyette-compat
FILE REMOVED
Changes since revision 1.1: +0 -191 lines
file memmem.c was added on branch pgoyette-compat on 2018-07-28 04:32:57 +0000

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jul 8 17:53:12 2018 UTC (6 years, 8 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728
Branch point for: pgoyette-compat
switch to FreeBSD's memmem (faster)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>