[Openvpn-devel] [XS] Change in openvpn[master]: phase2_tcp_server: fix Coverity issue "Dereference after null check"

2024-01-19 Thread cron2 (Code Review)
Attention is currently required from: flichtenheld, plaisthos. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/490?usp=email ) Change subject: phase2_tcp_server: fix Coverity issue "Dereference after null check" .

[Openvpn-devel] [XS] Change in openvpn[master]: buf_string_match_head_str: Fix Coverity issue "Unsigned compared agai...

2024-01-19 Thread plaisthos (Code Review)
Attention is currently required from: flichtenheld. plaisthos has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/491?usp=email ) Change subject: buf_string_match_head_str: Fix Coverity issue "Unsigned compared against 0" .

[Openvpn-devel] [XS] Change in openvpn[master]: buf_string_match_head_str: Fix Coverity issue "Unsigned compared agai...

2024-01-19 Thread plaisthos (Code Review)
Attention is currently required from: flichtenheld. plaisthos has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/491?usp=email ) Change subject: buf_string_match_head_str: Fix Coverity issue "Unsigned compared against 0" .

[Openvpn-devel] [PATCH v1] buf_string_match_head_str: Fix Coverity issue "Unsigned compared against 0"

2024-01-19 Thread Gert Doering
From: Frank Lichtenheld As Coverity says: An unsigned value can never be negative, so this test will always evaluate the same way. Was changed from int to size_t in commit 7fc608da4ec388c9209bd009cd5053ac0ff7df38 which triggered warning, but the check did not make sense before, either. Change-I

[Openvpn-devel] [PATCH applied] Re: buf_string_match_head_str: Fix Coverity issue 'Unsigned compared against 0'

2024-01-19 Thread Gert Doering
Arguably coverity is right here :-) Your patch has been applied to the master and release/2.6 branch (bugfix). commit bc29bd6a3376158b73d069758122739fbf93c022 (master) commit 68b00a54e779325f4ac9d9416b4e85261f771c23 (release/2.6) Author: Frank Lichtenheld Date: Fri Jan 19 13:03:41 2024 +0100

[Openvpn-devel] [XS] Change in openvpn[master]: buf_string_match_head_str: Fix Coverity issue 'Unsigned compared agai...

2024-01-19 Thread cron2 (Code Review)
cron2 has submitted this change. ( http://gerrit.openvpn.net/c/openvpn/+/491?usp=email ) Change subject: buf_string_match_head_str: Fix Coverity issue 'Unsigned compared against 0' .. buf_string_match_head_str: Fix Coverity iss

[Openvpn-devel] [XS] Change in openvpn[master]: buf_string_match_head_str: Fix Coverity issue 'Unsigned compared agai...

2024-01-19 Thread cron2 (Code Review)
cron2 has uploaded a new patch set (#2) to the change originally created by flichtenheld. ( http://gerrit.openvpn.net/c/openvpn/+/491?usp=email ) The following approvals got outdated and were removed: Code-Review+2 by plaisthos Change subject: buf_string_match_head_str: Fix Coverity issue 'Unsi

[Openvpn-devel] [M] Change in openvpn[master]: test_user_pass: Check fatal errors for empty username/password

2024-01-19 Thread plaisthos (Code Review)
Attention is currently required from: flichtenheld. plaisthos has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/474?usp=email ) Change subject: test_user_pass: Check fatal errors for empty username/password ...