]> git.eshelyaron.com Git - emacs.git/commit
Use ATTRIBUTE_MAY_ALIAS where alias violations are likely
authorPhilipp Stephani <phst@google.com>
Sun, 4 Jun 2017 17:12:23 +0000 (19:12 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 4 Jun 2017 17:50:50 +0000 (19:50 +0200)
commit9be8b2bf1d1679e7b60dd7d2dbfef2c68f046938
tree1bdf7a125dd9d6838559f7379a10b9982d1d3788
parent366e25a6d1caa30d8d336ce556f90f9ee46ca531
Use ATTRIBUTE_MAY_ALIAS where alias violations are likely

In particular, alias violations are likely for the return values of
dlsym(3), which get cast around arbitrarily.

* src/emacs-module.c (Fmodule_load): Use ATTRIBUTE_MAY_ALIAS.
src/dynlib.h
src/emacs-module.c