Re: [PATCH net] ipmr: properly check rhltable_init() return value

2018-05-22 Thread David Miller
From: Eric Dumazet Date: Mon, 21 May 2018 10:51:53 -0700 > commit 8fb472c09b9d ("ipmr: improve hash scalability") > added a call to rhltable_init() without checking its return value. > > This problem was then later copied to IPv6 and factorized in commit > 0bbbf0e7d0e7 ("ipmr, ip6mr: Unite creat

Re: [PATCH net] ipmr: properly check rhltable_init() return value

2018-05-21 Thread Nikolay Aleksandrov
On 05/21/2018 08:51 PM, Eric Dumazet wrote: > commit 8fb472c09b9d ("ipmr: improve hash scalability") > added a call to rhltable_init() without checking its return value. > > This problem was then later copied to IPv6 and factorized in commit > 0bbbf0e7d0e7 ("ipmr, ip6mr: Unite creation of new mr_t