droe / sslsplit

Transparent SSL/TLS interception
https://www.roe.ch/SSLsplit
BSD 2-Clause "Simplified" License
1.73k stars 327 forks source link

logpkt.c: fix mismatched call arguments in function 'logpkt_mirror_bu… #324

Closed disaykin closed 1 year ago

disaykin commented 1 year ago

…ild'

sonertari commented 1 year ago

Thanks. (Was this svace's finding too?)

disaykin commented 1 year ago

Yes, it is.

sonertari commented 1 year ago

That's interesting. I think it would be very hard to catch this bug by code inspection too. I guess it gives a warning for such issues, and you should inspect yourself, but that's great. I wish svace was FOSS.