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

[v0.21.3] Fix serial memory allocation issue #2178

Merged
merged 3 commits into from
Oct 14, 2020

Commits on Oct 12, 2020

  1. serial: add regression test for buffer limit

    Signed-off-by: Iulian Barbu <iul@amazon.com>
    Iulian Barbu authored and sandreim committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    f91b3de View commit details
    Browse the repository at this point in the history
  2. serial: buffer limit fix with kick stdin evt

    Signed-off-by: Iulian Barbu <iul@amazon.com>
    Suggested-by: Andreea Florescu <fandree@amazon.com>
    Iulian Barbu authored and sandreim committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    07286c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Temporarily disable the cargo audit test.

        The security db (https://github.com/RustSec/cargo-audit)
        has broken compatiblity with cargo audit v10. A fixed cargo
        audit version v12 is available, but  it requires an upgrade of
        the rust toolchain on top of the current release. This commit
        is a temporary fix until we unshare toolchain dependency
        of Firecracker and cargo audit binary.
    
    Signed-off-by: Andrei Sandu <sandreim@amazon.com>
    sandreim committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    75a199d View commit details
    Browse the repository at this point in the history