Re: [PATCH] plugin-manager: protect mm_plugin_{major,minor}_version

2016-05-28 Thread Aleksander Morgado
On Sat, May 14, 2016 at 9:25 AM, Ting-Yuan Huang wrote: > From: Ting-Yuan Huang > > This patch makes declarations bind to definitions within the same module > to prevent the potential ambiguity if referenced directly. > > AddressSanitizer think they violated one definition rule, although > those

[PATCH] plugin-manager: protect mm_plugin_{major,minor}_version

2016-05-14 Thread Ting-Yuan Huang
From: Ting-Yuan Huang This patch makes declarations bind to definitions within the same module to prevent the potential ambiguity if referenced directly. AddressSanitizer think they violated one definition rule, although those symbols are accessed by address through their modules and do not depe