Files
znc/src
Alexey Sokolov b4b085dc2d Partially fix type of function pointer.
Found using UBSan.
Full fix would require adding visibility attribute to CUser,
CIRCNetwork, CModule, CModuleEntry, CModInfo *and* make sure these
attributes are visible to enough code.
The second statement is more difficult to fulfill, because forward
declaration of CUser is not enough, because the attribute is on class
definition. So Modules.h would need to include many other includes.

Probably it should be changed at some point.

See http://stackoverflow.com/questions/27976687/clangs-ubsan-function-pointer-is-this-illegal
2016-12-26 20:09:13 +00:00
..
2016-07-29 23:13:02 +01:00
2016-01-01 20:11:21 +01:00
2016-01-01 20:11:21 +01:00
2016-09-13 22:45:10 +01:00
2015-12-07 00:53:30 +00:00
2016-01-01 20:11:21 +01:00
2016-01-01 20:11:21 +01:00
2015-12-07 00:53:30 +00:00
2016-11-20 18:09:55 +00:00
2016-09-13 22:45:10 +01:00
2016-03-31 10:32:57 -04:00