<div dir="ltr">Hi Rob, list,<div><br></div><div>in __toy_init()__ function, the __toys__ variable is not reset</div><div>properly.</div><div>memset(&toys, 0, offsetof(struct toy_context, rebound));<br></div><div><br></div>
<div>reason: the __toys__ is set to __0__ only until __rebound__</div><div>is found. Due to the restructuring of __toy_context__, it is failing.</div><div><br></div><div>This causes an issue when __xexec()__ is called and has toys.optflags or others are set.</div>
<div>May be need to put rebound at the bottom of struct again.</div><div><br></div><div>regards,</div><div>Ashwini</div><div><br></div></div>