You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pybgpstream segfaults when extracting elements for updates with very large AS path field (larger than 4096 characters). The issue is caused by an assumption made in AS path field parsing that the AS path field would not be larger than 4k characters.