Skip to content

skb_layout_t::lines is not freed in skb_layout_destroy() #84

@JCash

Description

@JCash

I run clang with Address Sanitizer, and nowadays on Linux clang, it also runs with the LeakDetector.
This is how I found out that the skb_layout_t destruction function doesn't free the linesmember.

I also suggest setting up a GitHub action that runs with Asan on the platforms that support it (e.g. macOS/Linux/Windows)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions