On 09/02/17 18:44, Casey Schaufler wrote:
> On 2/9/2017 9:11 AM, Colin King wrote:
>> From: Colin Ian King
>>
>> The initialisation of pointer ssp is from a dereference on sock->sk
>> before sock-sk is null checked, hence there is a potential for a
>> null pointer deference. Fix this by moving th
On 2/9/2017 9:11 AM, Colin King wrote:
> From: Colin Ian King
>
> The initialisation of pointer ssp is from a dereference on sock->sk
> before sock-sk is null checked, hence there is a potential for a
> null pointer deference. Fix this by moving the assignment of ssp
> to just before it is used i
From: Colin Ian King
The initialisation of pointer ssp is from a dereference on sock->sk
before sock-sk is null checked, hence there is a potential for a
null pointer deference. Fix this by moving the assignment of ssp
to just before it is used in the call to smk_ipv6_check.
Also minor clean up
3 matches
Mail list logo