Re: [PATCH 1/6] revision: use strtol_i() for exclude_parent
From: Chris Torek <hidden> Date: 2022-09-17 01:00:02
On Thu, Sep 15, 2022 at 7:51 AM René Scharfe [off-list ref] wrote:
Avoid silent overflow of the int exclude_parent by using the appropriate
function, strtol_i(), to parse its value.
Signed-off-by: René Scharfe <redacted>
Nice (albeit small) improvement regardless of anything else,
Chris