Browse Source

Refresh patch queue

Christoph Biedl 5 years ago
parent
commit
3a11890610

+ 1 - 1
debian/patches/fix-crash-on-huge-prefix-lists.patch

@@ -9,7 +9,7 @@ Last-Update: 2016-07-13
 
 
 --- a/bgpdump_lib.c
 --- a/bgpdump_lib.c
 +++ b/bgpdump_lib.c
 +++ b/bgpdump_lib.c
-@@ -1525,11 +1525,16 @@
+@@ -1589,11 +1589,16 @@
              break;
              break;
          }
          }
          
          

+ 1 - 1
debian/patches/fix-unaligned-memory-access.patch

@@ -7,7 +7,7 @@ Last-Update: 2016-10-30
 
 
 --- a/bgpdump_lib.c
 --- a/bgpdump_lib.c
 +++ b/bgpdump_lib.c
 +++ b/bgpdump_lib.c
-@@ -1295,12 +1295,14 @@
+@@ -1326,12 +1326,14 @@
  	    space = 1;
  	    space = 1;
  
  
  	  int asn_pos = i * as->asn_len;
  	  int asn_pos = i * as->asn_len;

+ 1 - 1
debian/patches/increase-max-prefixes.patch

@@ -8,7 +8,7 @@ Last-Update: 2016-10-30
 
 
 --- a/bgpdump_attr.h
 --- a/bgpdump_attr.h
 +++ b/bgpdump_attr.h
 +++ b/bgpdump_attr.h
-@@ -214,7 +214,7 @@
+@@ -223,7 +223,7 @@
      pathid_t    path_id;
      pathid_t    path_id;
  };
  };
  
  

+ 2 - 2
debian/patches/use-libbsd.patch

@@ -23,7 +23,7 @@ Last-Update: 2017-11-18
  
  
  #include <zlib.h>
  #include <zlib.h>
  #include <assert.h>
  #include <assert.h>
-@@ -77,7 +78,7 @@
+@@ -78,7 +79,7 @@
  static    struct aspath *asn32_merge_paths(struct aspath *path, struct aspath *newpath);
  static    struct aspath *asn32_merge_paths(struct aspath *path, struct aspath *newpath);
  static    void asn32_expand_16_to_32(char *dst, char *src, int len);
  static    void asn32_expand_16_to_32(char *dst, char *src, int len);
  
  
@@ -32,7 +32,7 @@ Last-Update: 2017-11-18
  static    size_t strlcat(char *dst, const char *src, size_t size);
  static    size_t strlcat(char *dst, const char *src, size_t size);
  #endif
  #endif
  
  
-@@ -1689,7 +1690,7 @@
+@@ -1753,7 +1754,7 @@
    }
    }
  }
  }