Re: [PATCH 0/2] bpf: sockmap, fix uninitialized variable and double-free

2018-05-17 Thread Gustavo A. R. Silva
Hi Daniel, On 05/17/2018 03:51 PM, Daniel Borkmann wrote: On 05/17/2018 04:04 PM, Gustavo A. R. Silva wrote: This patchset aims to fix an uninitialized variable issue and a double-free issue in __sock_map_ctx_update_elem. Both issues were reported by Coverity. Thanks. Gustavo A. R. Silva (2)

Re: [PATCH 0/2] bpf: sockmap, fix uninitialized variable and double-free

2018-05-17 Thread Daniel Borkmann
On 05/17/2018 04:04 PM, Gustavo A. R. Silva wrote: > This patchset aims to fix an uninitialized variable issue and > a double-free issue in __sock_map_ctx_update_elem. > > Both issues were reported by Coverity. > > Thanks. > > Gustavo A. R. Silva (2): > bpf: sockmap, fix uninitialized variable