fix: cv_init — replace memset with value-init to avoid UB on std::vector

Also fix stale path comment in test/test_cv/test_cv.cpp.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-13 14:33:12 -07:00
parent e6843584cf
commit 136b22bc1b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// firmware/test/test_native/test_cv.cpp
// firmware/test/test_cv/test_cv.cpp
#include <unity.h>
#include <string.h>
#include "cv.h"