ntop / n2n

Peer-to-peer VPN
GNU General Public License v3.0
6.18k stars 930 forks source link

Modify the scan_address function #1012

Closed dwj0 closed 2 years ago

dwj0 commented 2 years ago

Modify the scan_address function, when the IP address no slash present, it is possible to make the bitlen error.

codecov-commenter commented 2 years ago

Codecov Report

Merging #1012 (b54e4c4) into dev (f63cb71) will increase coverage by 0.00%. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##              dev    #1012   +/-   ##
=======================================
  Coverage   20.91%   20.91%           
=======================================
  Files          47       47           
  Lines        8378     8377    -1     
=======================================
  Hits         1752     1752           
+ Misses       6626     6625    -1     
Impacted Files Coverage Δ
src/edge.c 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4a2c9ef...b54e4c4. Read the comment docs.

Logan007 commented 2 years ago

Thank you!