Displaying 2 results from an estimated 2 matches for "proxyclass".
2017 Jun 19
2
[CFI] Manually linking classes that have no inheritance link
...ually of the whitelisting kind and not
of the blacklisting kind. Doing this with an attribute is pretty
interesting and sounds like a better fit to me.
I think this could look something like:
__attribute__((compatible_vtable_layout("JSComponentMath",
"JSComponentImage")))
class ProxyClass{
public:
...
}
Would this be more admissible?
On Fri, Jun 16, 2017 at 8:55 PM, Evgenii Stepanov <eugenis at google.com>
wrote:
>
> Well I find the changes necessary to support this exceptionally simple
> and obviously safe. All additional risk is on the whitelist user side,
>...
2017 Jun 16
2
[CFI] Manually linking classes that have no inheritance link
-krasin@
On Fri, Jun 16, 2017 at 11:05 AM, Kostya Serebryany <kcc at google.com> wrote:
>
>
> On Thu, Jun 15, 2017 at 10:39 PM, Enes Göktaş <enes.goktas at gmail.com>
> wrote:
>
>> Hi Kostya,
>>
>> Please find attached the minimized motivation test.
>> I hope it is minimized enough. If not please let me know so I can try to
>> make it more