Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arithmetic on a pointer to void is a GNU extension. #768

Merged
merged 1 commit into from
Oct 14, 2022

Conversation

fobser
Copy link
Contributor

@fobser fobser commented Oct 14, 2022

No description provided.

@fobser
Copy link
Contributor Author

fobser commented Oct 14, 2022

LLVM 13.0.0 complains about this as a warning with -Wpointer-arith.

Copy link
Member

@wcawijngaards wcawijngaards left a comment

Choose a reason for hiding this comment

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

Yes, that is a good fix for that.

@wcawijngaards wcawijngaards merged commit f9a563d into NLnetLabs:master Oct 14, 2022
wcawijngaards added a commit that referenced this pull request Oct 14, 2022
- Merge #768 from fobser: Arithmetic on a pointer to void is a GNU
  extension.
@wcawijngaards
Copy link
Member

Thank you for fixing the pointer arithmetic warning for LLVM! It is merged into the code repository.

jedisct1 added a commit to jedisct1/unbound that referenced this pull request Oct 15, 2022
* nlnet/master: (25 commits)
  - In unit test, print python script name list correctly.
  Changelog note for NLnetLabs#768 - Merge NLnetLabs#768 from fobser: Arithmetic on a pointer to void is a GNU   extension.
  Arithmetic on a pointer to void is a GNU extension.
  - Tag for 1.17.0 release. The code repository continues with 1.17.1.
  - Fix PROXYv2 header read for TCP connections when no proxied addresses   are provided.
  Changelog note for tag for 1.17.0rc1 release.
  - Fix unit test to properly test the reuse_write_wait_pop function.
  - Fix to stop possible loops in the tcp reuse code (write_wait list   and tcp_wait list). Based on analysis and patch from Prad Seniappan   and Karthik Umashankar.
  - Fix proxy length debug output printout typecasts.
  - Fix to stop responses with TC flag from resulting in partial   responses. It retries to fetch the data elsewhere, or fails the   query and in depth fix removes the TC flag from the cached item.
  - Fix checkconf test for dnscrypt and proxy port.
  - Fix dnscrypt compile for proxy protocol code changes.
  - Make ede.tdir test more predictable by using static data.
  - Use DEBUG_TDIR from environment in mini_tdir.sh for debugging. - Fix string comparison in mini_tdir.sh.
  Changelog entry for NLnetLabs#764 - Merge NLnetLabs#764: Leniency for target discovery when under load (for   NRDelegation changes).
  Leniency for target discovery when under load (for NRDelegation changes) (NLnetLabs#764)
  - Fix to clean up after the acl_interface unit test.
  - Fix static analysis report to remove dead code from the   rpz_callback_from_iterator_module function.
  - Fix to close errno block in comm_point_tcp_handle_read outside of   ifdef.
  Changelog entry for NLnetLabs#760 - Merge NLnetLabs#760: PROXYv2 downstream support. (New proxy-protocol-port   configuration option).
  ...
@fobser fobser deleted the void_math branch July 8, 2023 17:01
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