Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Tue, 12 Jan 2021 17:21:20 +0100 you wrote:
> Please apply the following patch for smc to netdev's net tree.
>
> Both patches fix possible out-of-bounds reads. The original code expected
> that snprintf() reads len-1 bytes f
Please apply the following patch for smc to netdev's net tree.
Both patches fix possible out-of-bounds reads. The original code expected
that snprintf() reads len-1 bytes from source and appends the terminating
null, but actually snprintf() first copies len bytes and finally overwrites
the last by