Strange XML structures created sometimes... #2

Open
opened 2023-11-22 20:18:08 -07:00 by aCompetentBean · 2 comments
		</block>
	</procedure>
	<argument name="joree" type="int"/>   <---- HERE
	<block>
		<stream type="std_output">
			<unary op="noop" type="int">
				<rhs>
``` </block> </procedure> <argument name="joree" type="int"/> <---- HERE <block> <stream type="std_output"> <unary op="noop" type="int"> <rhs> ```
Author
Owner

Cannot provide full input code since this is all taken from the generator and passed directly to the unparser, I'll be doing a major refactor on friday, so I have a feeling I will discover it then.

Cannot provide full input code since this is all taken from the generator and passed directly to the unparser, I'll be doing a major refactor on friday, so I have a feeling I will discover it then.
Author
Owner

Currently I am handling it gracefully, you will see the fuzzer provide full output from the run and skip the unparsing of that particular file. It seems to happen about 7% of the time with standard settings, so I have a feeling it has to do with my generation behaviours

Currently I am handling it gracefully, you will see the fuzzer provide full output from the run and skip the unparsing of that particular file. It seems to happen about 7% of the time with standard settings, so I have a feeling it has to do with my generation behaviours
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: aCompetentBean/gazprea-fuzzer-python#2
No description provided.