[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [PATCH] In iface_ip2str(), make sure to advance to next item before continue.



Jeremy Katz wrote:
> On Dec 6, 2008, at 1:13 AM, David Cantrell wrote:
>> We have to manually advance the iter when working with D-Bus, so if
>> continue in a loop, be sure to call the next() function on the iter.
> 
> Is this fixing a specific reported bug?  If so, might be worth
> referencing, but nothing seems obviously wrong with the patch to me

No specific bug, I just found it while working on some unrelated
networking code and noticed that I needed the next() call before the
continue.

-- 
David Cantrell <dcantrell redhat com>
Red Hat / Honolulu, HI


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]