]> git.baikalelectronics.ru Git - kernel.git/commit
ASN.1: Copy string names to tokens in ASN.1 compiler
authorDavid Howells <dhowells@redhat.com>
Wed, 29 Jul 2015 20:14:00 +0000 (21:14 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 7 Aug 2015 15:26:13 +0000 (16:26 +0100)
commit5cb5977b8d06239aea6d44c12e206015e9950baf
tree578331203665715ac54c36ca2846a5aabe4e5dab
parenta537bc0b9a67a8678b51d649a897ec2e06976474
ASN.1: Copy string names to tokens in ASN.1 compiler

Copy string names to tokens in ASN.1 compiler rather than storing a pointer
into the source text.  This means we don't have to use "%*.*s" all over the
place.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: David Woodhouse <David.Woodhouse@intel.com>
scripts/asn1_compiler.c