]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - scripts/asn1_compiler.c
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)
commitc05cae9a58dca6dcbc6e66b228a9589c6b60880c
tree578331203665715ac54c36ca2846a5aabe4e5dab
parentae44a2f6a03338cb9d2bd32864f686c732b7841f
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