Skip to content

Commit

Permalink
fix for MRT records larger than 64k
Browse files Browse the repository at this point in the history
This fix is introduced to ripencc's bgpdump library at
https://bitbucket.org/ripencc/bgpdump/commits/07730264ed37e96de94dd9ac2c4a5c0a1dd7062f
This fix should fix the issue #79
  • Loading branch information
digizeph committed Apr 4, 2019
1 parent e579acd commit 79c7de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bgpdump/bgpdump_mstream.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Original Author: Dan Ardelean (dan@ripe.net)

typedef struct mstream {
u_char *start;
u_int16_t position;
u_int32_t position;
u_int32_t len;
} mstream_t;

Expand Down

0 comments on commit 79c7de2

Please sign in to comment.