Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Add dynamic memory-safety analysis to CI #107

@twifkak

Description

@twifkak

In end-to-end-test.yml:

  1. apt install valgrind into the container
  2. run something like valgrind --exit-on-first-error=yes --error-exitcode=1 nginx -g 'daemon off;' & instead of nginx
  3. add some mild stress testing, e.g. for ((x=0; x<100; x++)); do curl http://localhost:8080/certs/cert.cbor >/dev/null 2>&1 & done (and ditto for an SXG)

Optionally, research non-default args to valgrind, or other dynamic analysis tools.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions