jborean93 / smbprotocol

Python SMBv2 and v3 Client
MIT License
318 stars 73 forks source link

fix: remove expired referrals from dfs cache #144

Closed mrmaxi closed 2 years ago

mrmaxi commented 2 years ago

Fix memory leak with DFS https://github.com/jborean93/smbprotocol/issues/136

codecov[bot] commented 2 years ago

Codecov Report

Merging #144 (a4a42d4) into master (fddd674) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #144   +/-   ##
=======================================
  Coverage   98.91%   98.91%           
=======================================
  Files          23       23           
  Lines        4989     4992    +3     
=======================================
+ Hits         4935     4938    +3     
  Misses         54       54           
Impacted Files Coverage Δ
smbclient/_pool.py 91.53% <100.00%> (+0.13%) :arrow_up:

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 fddd674...a4a42d4. Read the comment docs.