From aconole at bytheb.org Tue Jan 24 20:21:57 2017 From: aconole at bytheb.org (Aaron Conole) Date: Tue, 24 Jan 2017 15:21:57 -0500 Subject: [esnacc-bugs] SequenceOf / SetOf in c-lib Message-ID: While doing some work on the python backend, I've stumbled on a serious bug in the c-lib: TEST DEFINITIONS ::= BEGIN SomeRecord ::= SEQUENCE { blah SEQUENCE OF INTEGER } END encoding this, 'blah' will be encoded with the SET_TAG_CODE. A patch is forthcoming. From aconole at bytheb.org Tue Jan 24 22:34:46 2017 From: aconole at bytheb.org (Aaron Conole) Date: Tue, 24 Jan 2017 17:34:46 -0500 Subject: [esnacc-bugs] SequenceOf / SetOf in c-lib In-Reply-To: (Aaron Conole's message of "Tue, 24 Jan 2017 15:21:57 -0500") References: Message-ID: Aaron Conole writes: > While doing some work on the python backend, I've stumbled on a serious > bug in the c-lib: > > TEST DEFINITIONS ::= BEGIN > > SomeRecord ::= SEQUENCE > { > blah SEQUENCE OF INTEGER > } > > END > > encoding this, 'blah' will be encoded with the SET_TAG_CODE. > > A patch is forthcoming. Please disregard; turns out it was functioning as intended.