ntop / n2n

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

Refactor sendto_fd and friends in an attempt to find anything that co… #998

Closed hamishcoleman closed 2 years ago

hamishcoleman commented 2 years ago

This is more attempts to find anything that could segfault.

Unfortunately, all this work could be avoided with any one of a backtrace, a symbol table or a reproducible fault.

codecov-commenter commented 2 years ago

Codecov Report

Merging #998 (afd0020) into dev (87431e2) will decrease coverage by 0.01%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##              dev     #998      +/-   ##
==========================================
- Coverage   21.05%   21.03%   -0.02%     
==========================================
  Files          43       43              
  Lines        8320     8327       +7     
==========================================
  Hits         1752     1752              
- Misses       6568     6575       +7     
Impacted Files Coverage Δ
src/edge_utils.c 1.59% <0.00%> (-0.01%) :arrow_down:

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 87431e2...afd0020. Read the comment docs.