Skip to content

n64cart: use strscpy() in n64cart_probe#769

Open
blktests-ci[bot] wants to merge 1 commit intolinus-master_basefrom
series/1085653=>linus-master
Open

n64cart: use strscpy() in n64cart_probe#769
blktests-ci[bot] wants to merge 1 commit intolinus-master_basefrom
series/1085653=>linus-master

Conversation

@blktests-ci
Copy link
Copy Markdown

@blktests-ci blktests-ci Bot commented Apr 26, 2026

Pull request for series with
subject: n64cart: use strscpy() in n64cart_probe
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1085653

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 26, 2026

Upstream branch: dd6c438
series: https://patchwork.kernel.org/project/linux-block/list/?series=1085653
version: 1

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 29, 2026

Upstream branch: dca922e
series: https://patchwork.kernel.org/project/linux-block/list/?series=1085653
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1085653=>linus-master branch from d925ac5 to eed01ff Compare April 29, 2026 02:25
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 482ce5b to 5a9f7c7 Compare April 30, 2026 07:29
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 30, 2026

Upstream branch: e75a43c
series: https://patchwork.kernel.org/project/linux-block/list/?series=1085653
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1085653=>linus-master branch from eed01ff to 1bc0cbd Compare April 30, 2026 07:33
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 5a9f7c7 to 25a041f Compare May 3, 2026 02:07
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 3, 2026

Upstream branch: 66edb90
series: https://patchwork.kernel.org/project/linux-block/list/?series=1085653
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1085653=>linus-master branch from 1bc0cbd to f82cfa4 Compare May 3, 2026 02:17
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 25a041f to 6f75bd1 Compare May 4, 2026 10:57
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 4, 2026

Upstream branch: 6d35786
series: https://patchwork.kernel.org/project/linux-block/list/?series=1085653
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1085653=>linus-master branch from f82cfa4 to 9f71b93 Compare May 4, 2026 11:31
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 6f75bd1 to 1f0d33a Compare May 5, 2026 15:39
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 5, 2026

Upstream branch: 6d35786
series: https://patchwork.kernel.org/project/linux-block/list/?series=1085653
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1085653=>linus-master branch from 9f71b93 to 36aa268 Compare May 5, 2026 16:03
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 1f0d33a to b1870f6 Compare May 10, 2026 15:59
strcpy() has been deprecated¹ because it performs no bounds checking on
the destination buffer, which can lead to buffer overflows. While the
current code works correctly, replace strcpy() with the safer strscpy()
to follow secure coding best practices.

¹ https://www.kernel.org/doc/html/latest/process/deprecated.html#strcpy

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 10, 2026

Upstream branch: aa54b1d
series: https://patchwork.kernel.org/project/linux-block/list/?series=1085653
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1085653=>linus-master branch from 36aa268 to 3c7bed5 Compare May 10, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant