From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: fbdev: wm8505fb: Use safer strscpy() instead of strcpy() Date: Tue, 28 Apr 2026 15:38:43 +1000 Message-ID: In-Reply-To: <20260425065926.1091168-17-aichao@kylinos.cn> References: <20260425065926.1091168-1-aichao@kylinos.cn> <20260425065926.1091168-17-aichao@kylinos.cn> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review **Files:** `wm8505fb.c` =E2=80=94 1 replacement `DRIVER_NAME` macro into `fbi->fb.fix.id` (`char[16]`). The macro value sho= uld be verified to be under 16 bytes, but this is a standard pattern and al= most certainly fine. --- --- Generated by Claude Code Patch Reviewer