From 55ae5a17ea9178eae809ec773bf75c1e7cf6fdeb Mon Sep 17 00:00:00 2001 From: ajouatom Date: Wed, 25 Feb 2026 08:48:43 +0900 Subject: [PATCH] fix.. memory problem. --- selfdrive/ui/carrot.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/carrot.cc b/selfdrive/ui/carrot.cc index d5615aa0..01631738 100644 --- a/selfdrive/ui/carrot.cc +++ b/selfdrive/ui/carrot.cc @@ -1945,7 +1945,7 @@ typedef struct { } lead_vertex_data; #endif -char carrot_man_debug[128] = ""; +char carrot_man_debug[256] = ""; class DrawCarrot : public QObject { Q_OBJECT