On Fri, Jan 15, 2016 at 01:39:54PM +, Kyrill Tkachov wrote:
> Hi all,
>
> A bug in the target attribute parsing logic led to us silently accepting
> attribute strings that did not appear in the attributes table i.e invalid
> attributes.
>
> This patch fixes that oversight so we now error out
Hi all,
A bug in the target attribute parsing logic led to us silently accepting
attribute strings
that did not appear in the attributes table i.e invalid attributes.
This patch fixes that oversight so we now error out on obviously bogus strings.
Bootstrapped and tested on aarch64.
Ok for tru