Changelog

Latest Changes

Branch:
develop
Commit:

6b6e2dd

  • reset rtable_inptr in csp_rtable_free() to avoid segfaults by Clemens Horch at 2025-02-12 10:21:29

    If csp_rtable_free() is called, the rtable_inptr is not reset to 0. If later the rtable is used again, this can lead to a null pointer dereference in other parts of the code.