lifenjoiner / dnsforwarder

A DNS utility with unique features.
GNU General Public License v3.0
19 stars 11 forks source link

CI: use gcc-12 for Ubuntu and check use-after-free errors #13

Closed HiGarfield closed 1 year ago

lifenjoiner commented 1 year ago

Thanks for contributing!

2 facts:

  1. -Werror=use-after-free is not that good as expected: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104069
  2. The code is too version specific, which will become an issue some day.

Robust code is always preferred.