Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sysenc: refuse to unmarshal into undersized dst #1181

Merged
merged 1 commit into from
Oct 20, 2023

Commits on Oct 20, 2023

  1. sysenc: refuse to unmarshal into undersized dst

    Unmarshal currently doesn't check that unmarshaling actually
    consumes to full buffer. This means that looking uint16 from an
    uint32 value doesn't return an error.
    
    Fixes cilium#1157
    
    Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
    lmb committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d77e917 View commit details
    Browse the repository at this point in the history