Re: [PATCH] security: do not leak information in ioctl
From: Christoph Hellwig
Date: Mon Apr 11 2022 - 11:07:55 EST
Wrong subject prefix, and this really should be split into one patch for
pcd and one for sr.
The sr prt looks sensible to me. But for pcd why can't you just
initialize buffer using
char buffer[32] = { };
and be done with it?