danzh
danzh
Friendly ping on this :)
@mattklein123 @ggreenway @goaway @RyanTheOptimist @alyssawilk
> I'm guessing `platform_name` is the runtime key needed to look up the API bindings? Yes, it is the key used to register the runtime API.
> I'm not a huge fan of the idea of a configuration bit that must be provided, and that there's only one correct value for on a given platform. That...
@alyssawilk @RyanTheOptimist I'm planning to propose these interface changes to harden the stream lifetime interaction between codec and HCM. It added some implementation code into the encoder/decoder interfaces unfortunately, but...
I'm also debating if I should runtime guard this change, given the whole thing is to protect UAF.
Still working on it.