Quellcode durchsuchen

Add upstream URLs to commits cherry-picked earlier

Christoph Biedl vor 6 Jahren
Ursprung
Commit
7f9ffbf00a
20 geänderte Dateien mit 20 neuen und 20 gelöschten Zeilen
  1. 1 1
      debian/patches/cherry-pick.FILE5_30-01-g64e45647.more-cast-stuff.patch
  2. 1 1
      debian/patches/cherry-pick.FILE5_30-11-gb1b4efea.pr-598-off-by-one.patch
  3. 1 1
      debian/patches/cherry-pick.FILE5_30-12-g77a7041f.prevent-reading-beyond-our-buffer-when-compacting-whitespace-oss-fuzz.patch
  4. 1 1
      debian/patches/cherry-pick.FILE5_30-14-ga0b25417.use-the-correct-buffer-size-found-by-oss-fuzz.patch
  5. 1 1
      debian/patches/cherry-pick.FILE5_30-18-g4e4e7609.pr-599-out-of-bounds-read-in-cdf-files.patch
  6. 1 1
      debian/patches/cherry-pick.FILE5_30-19-g7605984c.although-i-can-t-reproduce-it-oss-fuzz-complains-about-is-tar.patch
  7. 1 1
      debian/patches/cherry-pick.FILE5_30-22-ged0542b8.better-fix-for-previous.patch
  8. 1 1
      debian/patches/cherry-pick.FILE5_30-29-g76c2d4ae.several-fixes-in-cdf-parser.patch
  9. 1 1
      debian/patches/cherry-pick.FILE5_30-30-gc703aa9f.free-memory-on-error.patch
  10. 1 1
      debian/patches/cherry-pick.FILE5_30-34-g22067c96.simplify-the-property-info-copy-function-and-check-for-bounds.patch
  11. 1 1
      debian/patches/cherry-pick.FILE5_30-38-gfd42e119.if-we-could-not-read-a-field-set-it-to-0-found-by-oss-fuzz.patch
  12. 1 1
      debian/patches/cherry-pick.FILE5_30-39-geb973428.limit-memory-usage-more-to-satisfy-oss-fuzz.patch
  13. 1 1
      debian/patches/cherry-pick.FILE5_30-41-g393dafa4.work-around-glibc-regex-msan-bug-regexec-returns-0-but-does-initialize-pmatch.patch
  14. 1 1
      debian/patches/cherry-pick.FILE5_30-42-gf0bcdd07.dont-try-to-read-past-the-end-of-the-properties-found-by-oss-fuzz.patch
  15. 1 1
      debian/patches/cherry-pick.FILE5_30-43-g19ccebaf.dont-copy-the-string-past-its-length-oss-fuzz.patch
  16. 1 1
      debian/patches/cherry-pick.FILE5_30-46-g1fa18af6.check-read-bounds-for-vector-before-reading.patch
  17. 1 1
      debian/patches/cherry-pick.FILE5_30-48-gaee11eef.fix-out-of-bounds-read-found-by-oss-fuzz.patch
  18. 1 1
      debian/patches/cherry-pick.FILE5_30-49-gbf90083a.fix-memory-handling.patch
  19. 1 1
      debian/patches/cherry-pick.FILE5_30-52-gd8233d09.check-one-more-read-found-by-oss-fuzz.patch
  20. 1 1
      debian/patches/cherry-pick.FILE5_33-31-ga642587a.avoid-reading-past-the-end-of-buffer.patch

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-01-g64e45647.more-cast-stuff.patch

@@ -1,5 +1,5 @@
 Subject: More cast stuff
-Origin: FILE5_30-1-g64e45647
+Origin: FILE5_30-1-g64e45647 <https://github.com/file/file/commit/FILE5_30-1-g64e45647>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Fri Feb 10 18:14:01 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-11-gb1b4efea.pr-598-off-by-one.patch

@@ -1,5 +1,5 @@
 Subject: PR/598: Off-by-one
-Origin: FILE5_30-11-gb1b4efea
+Origin: FILE5_30-11-gb1b4efea <https://github.com/file/file/commit/FILE5_30-11-gb1b4efea>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Tue Mar 7 22:36:10 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-12-g77a7041f.prevent-reading-beyond-our-buffer-when-compacting-whitespace-oss-fuzz.patch

@@ -1,5 +1,5 @@
 Subject: Prevent reading beyond our buffer when compacting whitespace (oss-fuzz)
-Origin: FILE5_30-12-g77a7041f
+Origin: FILE5_30-12-g77a7041f <https://github.com/file/file/commit/FILE5_30-12-g77a7041f>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Wed Mar 8 20:45:35 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-14-ga0b25417.use-the-correct-buffer-size-found-by-oss-fuzz.patch

@@ -1,5 +1,5 @@
 Subject: Use the correct buffer size; found by oss-fuzz
-Origin: FILE5_30-14-ga0b25417
+Origin: FILE5_30-14-ga0b25417 <https://github.com/file/file/commit/FILE5_30-14-ga0b25417>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Thu Mar 9 16:57:53 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-18-g4e4e7609.pr-599-out-of-bounds-read-in-cdf-files.patch

@@ -1,5 +1,5 @@
 Subject: PR/599: Out of bounds read in cdf files
-Origin: FILE5_30-18-g4e4e7609
+Origin: FILE5_30-18-g4e4e7609 <https://github.com/file/file/commit/FILE5_30-18-g4e4e7609>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Fri Mar 17 19:50:22 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-19-g7605984c.although-i-can-t-reproduce-it-oss-fuzz-complains-about-is-tar.patch

@@ -1,5 +1,5 @@
 Subject: Although I can't reproduce it, oss-fuzz complains about is_tar
-Origin: FILE5_30-19-g7605984c
+Origin: FILE5_30-19-g7605984c <https://github.com/file/file/commit/FILE5_30-19-g7605984c>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Fri Mar 17 20:45:01 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-22-ged0542b8.better-fix-for-previous.patch

@@ -1,5 +1,5 @@
 Subject: Better fix for previous
-Origin: FILE5_30-22-ged0542b8
+Origin: FILE5_30-22-ged0542b8 <https://github.com/file/file/commit/FILE5_30-22-ged0542b8>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Fri Mar 17 23:56:16 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-29-g76c2d4ae.several-fixes-in-cdf-parser.patch

@@ -1,5 +1,5 @@
 Subject: [ Several fixes in the cdf parser ]
-Origin: FILE5_30-29-g76c2d4ae
+Origin: FILE5_30-29-g76c2d4ae <https://github.com/file/file/commit/FILE5_30-29-g76c2d4ae>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Mon Mar 27 21:34:32 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-30-gc703aa9f.free-memory-on-error.patch

@@ -1,5 +1,5 @@
 Subject: Free memory on error
-Origin: FILE5_30-30-gc703aa9f
+Origin: FILE5_30-30-gc703aa9f <https://github.com/file/file/commit/FILE5_30-30-gc703aa9f>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Tue Mar 28 15:13:07 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-34-g22067c96.simplify-the-property-info-copy-function-and-check-for-bounds.patch

@@ -1,5 +1,5 @@
 Subject: Simplify the property info copy function and check for bounds
-Origin: FILE5_30-34-g22067c96
+Origin: FILE5_30-34-g22067c96 <https://github.com/file/file/commit/FILE5_30-34-g22067c96>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Wed Mar 29 19:45:22 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-38-gfd42e119.if-we-could-not-read-a-field-set-it-to-0-found-by-oss-fuzz.patch

@@ -1,5 +1,5 @@
 Subject: If we could not read a field, set it to 0; found by oss-fuzz
-Origin: FILE5_30-38-gfd42e119
+Origin: FILE5_30-38-gfd42e119 <https://github.com/file/file/commit/FILE5_30-38-gfd42e119>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Thu Apr 6 19:20:35 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-39-geb973428.limit-memory-usage-more-to-satisfy-oss-fuzz.patch

@@ -1,5 +1,5 @@
 Subject: Limit memory usage more to satisfy oss-fuzz
-Origin: FILE5_30-39-geb973428
+Origin: FILE5_30-39-geb973428 <https://github.com/file/file/commit/FILE5_30-39-geb973428>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Fri Apr 7 15:07:31 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-41-g393dafa4.work-around-glibc-regex-msan-bug-regexec-returns-0-but-does-initialize-pmatch.patch

@@ -1,5 +1,5 @@
 Subject: Work around glibc/regex/msan bug regexec returns 0 but does initialize pmatch
-Origin: FILE5_30-41-g393dafa4
+Origin: FILE5_30-41-g393dafa4 <https://github.com/file/file/commit/FILE5_30-41-g393dafa4>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Fri Apr 7 20:10:24 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-42-gf0bcdd07.dont-try-to-read-past-the-end-of-the-properties-found-by-oss-fuzz.patch

@@ -1,5 +1,5 @@
 Subject: Don't try to read past the end of the properties, found by oss-fuzz
-Origin: FILE5_30-42-gf0bcdd07
+Origin: FILE5_30-42-gf0bcdd07 <https://github.com/file/file/commit/FILE5_30-42-gf0bcdd07>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Sat Apr 8 20:38:46 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-43-g19ccebaf.dont-copy-the-string-past-its-length-oss-fuzz.patch

@@ -1,5 +1,5 @@
 Subject: Don't copy the string past its length (oss-fuzz)
-Origin: FILE5_30-43-g19ccebaf
+Origin: FILE5_30-43-g19ccebaf <https://github.com/file/file/commit/FILE5_30-43-g19ccebaf>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Sat Apr 8 20:58:03 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-46-g1fa18af6.check-read-bounds-for-vector-before-reading.patch

@@ -1,5 +1,5 @@
 Subject: Check read bounds for vector before reading. Found by oss-fuzz
-Origin: FILE5_30-46-g1fa18af6
+Origin: FILE5_30-46-g1fa18af6 <https://github.com/file/file/commit/FILE5_30-46-g1fa18af6>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Wed Apr 12 14:57:22 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-48-gaee11eef.fix-out-of-bounds-read-found-by-oss-fuzz.patch

@@ -1,5 +1,5 @@
 Subject: Fix out of bounds read; found by oss-fuzz
-Origin: FILE5_30-48-gaee11eef
+Origin: FILE5_30-48-gaee11eef <https://github.com/file/file/commit/FILE5_30-48-gaee11eef>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Sat Apr 22 20:02:34 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-49-gbf90083a.fix-memory-handling.patch

@@ -1,5 +1,5 @@
 Subject: [ Fix memory handling ]
-Origin: FILE5_30-49-gbf90083a
+Origin: FILE5_30-49-gbf90083a <https://github.com/file/file/commit/FILE5_30-49-gbf90083a>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Mon Apr 24 18:57:35 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_30-52-gd8233d09.check-one-more-read-found-by-oss-fuzz.patch

@@ -1,5 +1,5 @@
 Subject: Check one more read (found by oss-fuzz)
-Origin: FILE5_30-52-gd8233d09
+Origin: FILE5_30-52-gd8233d09 <https://github.com/file/file/commit/FILE5_30-52-gd8233d09>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Fri Apr 28 15:03:47 2017 +0000
 

+ 1 - 1
debian/patches/cherry-pick.FILE5_33-31-ga642587a.avoid-reading-past-the-end-of-buffer.patch

@@ -1,6 +1,6 @@
 Subject: Avoid reading past the end of buffer (Rui Reis)
 ID: CVE-2018-10360
-Origin: FILE5_33-31-ga642587a
+Origin: FILE5_33-31-ga642587a <https://github.com/file/file/commit/FILE5_33-31-ga642587a>
 Upstream-Author: Christos Zoulas <christos@zoulas.com>
 Date: Sat Jun 9 16:00:06 2018 +0000
 Bug-Debian: https://bugs.debian.org/901351