diff options
author | Luca Vizzarro <[email protected]> | 2023-02-01 16:18:53 +0000 |
---|---|---|
committer | Christian Brauner <[email protected]> | 2023-07-10 14:36:12 +0200 |
commit | 515c5046650d8f56f93546d3867b64c1906162bc (patch) | |
tree | 134054bf0574632791e8043cd32c47440b670981 /net/lapb/lapb_timer.c | |
parent | ed5f17f66ef39273dcf83ca89b2f1d52a52b22a5 (diff) |
pipe: Pass argument of pipe_fcntl as int
The interface for fcntl expects the argument passed for the command
F_SETPIPE_SZ to be of type int. The current code wrongly treats it as
a long. In order to avoid access to undefined bits, we should explicitly
cast the argument to int.
Cc: Alexander Viro <[email protected]>
Cc: Christian Brauner <[email protected]>
Cc: Jeff Layton <[email protected]>
Cc: Chuck Lever <[email protected]>
Cc: Kevin Brodsky <[email protected]>
Cc: Vincenzo Frascino <[email protected]>
Cc: Szabolcs Nagy <[email protected]>
Cc: "Theodore Ts'o" <[email protected]>
Cc: David Laight <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Luca Vizzarro <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions