On Tue, Jul 14, 2020 at 08:28:42AM -0500, Eric W. Biederman wrote:
>
> The general convention in the linux kernel is to define a pointer
> member as "type *name". The declaration of struct linux_binprm has
> several pointer defined as "type * name". Update them to the
> form of "type *name" for
On Tue, Jul 14, 2020 at 08:28:42AM -0500, Eric W. Biederman wrote:
>
> The general convention in the linux kernel is to define a pointer
> member as "type *name". The declaration of struct linux_binprm has
> several pointer defined as "type * name". Update them to the
> form of "type *name" for
The general convention in the linux kernel is to define a pointer
member as "type *name". The declaration of struct linux_binprm has
several pointer defined as "type * name". Update them to the
form of "type *name" for consistency.
Suggested-by: Kees Cook
Signed-off-by: "Eric W. Biederman"
-
3 matches
Mail list logo