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
Until now I did not discover any crashes, but I found some unchecked memory allocations, where it is possible a huge amount of memory with specially crafted packets, because the respective lengths, privided in the sflow package are not checked against an upper limit.
I tried to find some reasonable maximum values and suggest:
I played around with go-fuzz (https://github.com/dvyukov/go-fuzz) to find possible problems in this go package.
Until now I did not discover any crashes, but I found some unchecked memory allocations, where it is possible a huge amount of memory with specially crafted packets, because the respective lengths, privided in the sflow package are not checked against an upper limit.
I tried to find some reasonable maximum values and suggest:
The text was updated successfully, but these errors were encountered: