mbox series

[ovs-dev,0/2] Minor fixes pointed out by coverity

Message ID 20241105110911.280756-1-amusil@redhat.com
Headers show
Series Minor fixes pointed out by coverity | expand

Message

Ales Musil Nov. 5, 2024, 11:09 a.m. UTC
The patch contains some minor fixes for issues pointed out by
coverity report.

Ales Musil (2):
  mirror: Adjust pointer checks reported by coverity.
  northd: Remove unnecessary pointer checks.

 controller/mirror.c | 5 +++--
 northd/northd.c     | 7 +++----
 2 files changed, 6 insertions(+), 6 deletions(-)

Comments

Dumitru Ceara Dec. 11, 2024, 1:28 p.m. UTC | #1
On 11/5/24 12:09 PM, Ales Musil wrote:
> The patch contains some minor fixes for issues pointed out by
> coverity report.
> 
> Ales Musil (2):
>   mirror: Adjust pointer checks reported by coverity.
>   northd: Remove unnecessary pointer checks.
> 
>  controller/mirror.c | 5 +++--
>  northd/northd.c     | 7 +++----
>  2 files changed, 6 insertions(+), 6 deletions(-)
> 

Thanks, Ales!  Applied to main.

Regards,
Dumitru