Skip to content

alsabat: fills /tmp until out of memory #301

@eurofun

Description

@eurofun

alsabat creates its capture file by using mkstemp() in bat.c. So it creates a new file under /tmp each time it runs (at least when
configured to capture something...) and never removes any until no space is left.
I propose it should by default delete the files it opened after analysis and keep the current behavior as an option in order
to allow inspecting captured files after alsabat ran. Or alternatively an option to specify the capture filename.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions