your changes remove the "continue" from the first "while 1" loop. so now we always call break at the end of the loop, and we no longer actually loop?
ed On Fri, Jul 24, 2009 at 09:43:36AM -0700, [email protected] wrote: > Folks, > This is a relatively small change to fix bugs 10243 and 10263. > > http://cr.opensolaris.org/~johansen/webrev-10243/ > > The former was something that Ed and I ran across while debugging 10107. > We seemed espeically prone to hitting this issue using libcurl 7.19.5. > > The other bug is the stack trace in simple_cmp that was reported this > morning. That's a one line fix. > > -j > _______________________________________________ > pkg-discuss mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/pkg-discuss _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
