<div>Hi Rob and List,</div><div> </div><div>I faced a situation where the group option parsing logic causes a Segfault. The scenario is as follows:</div><div> </div><div>Like in compress.c:</div><div>USE_COMPRESS(NEWTOY(compress, "zcd9lrg[-cd][!zgLr]", TOYFLAG_USR|TOYFLAG_BIN))</div><div> </div><div>The  '__L__' option is not in the argument list where as in the option group has '__L__' option.</div><div> </div><div>If CFG_TOYBOX_DEBUG is enabled the current implementation hits the error_exit() otherwise it's trying to access opt->c which causes the segfault. </div><div> </div><div> </div><div>Please find the patch for the same.</div><div> </div><div><br clear="all"><br>-- <br></div><div class="gmail_signature">Thanks & Regards<br>Sameer Prakash Pradhan</div>