Skip to content

Fixes 12#154

Merged
aarond10 merged 3 commits intoaarond10:masterfrom
baranyaib90:fixes-12
Jan 6, 2023
Merged

Fixes 12#154
aarond10 merged 3 commits intoaarond10:masterfrom
baranyaib90:fixes-12

Conversation

@baranyaib90
Copy link
Copy Markdown
Contributor

Hi,

only 2 things for now:

  1. Setting SW version from cmake and also have some hardcoded value. Relates to version is empty when invoking https-dns-proxy -V on OpenWrt #149
  2. Running test with valgrind to avoid fd (Bad socket issue after extended internet outage #118) and memory leak and also some uninitialized variables like in Properly initialize new ca_info option #148 (yup, valgrind would have found this)

I don't have so much time lately, so sadly I will not follow the project from now on.
It was great developing and fixing this proxy. Sometimes it was a bit addictive, but I liked it :)
I hope it has a bright future and will be used by many people.

Best regards,
Balázs

If can not determine version, this is still better than UNKNOWN
Avoid memory and file descriptor leak.
... --show-leak-kinds=all --track-origins=yes --keep-stacktraces=alloc-and-free
... ${BINARY_PATH} -v -v -v -4 -p ${PORT}
@{proces_args} = Combine Lists ${default_args} ${args}
${proxy} = Start Process valgrind @{proces_args}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: process (two S).

@aarond10 aarond10 merged commit 58bdca9 into aarond10:master Jan 6, 2023
@aarond10
Copy link
Copy Markdown
Owner

aarond10 commented Jan 6, 2023

Hey Balázs,

Thanks for your many contributions. Sorry to hear you won't be able to contribute much in the future but the project has reached a real level of maturity thanks in a large part to your efforts.

Happy New Year and best of luck with whatever you get up to next. :)

  • Aaron

@baranyaib90
Copy link
Copy Markdown
Contributor Author

Hi Aaron, thank you very much for the kind words!
Much appreciated. :)
Br, Balázs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants