https://bugzilla.mindrot.org/show_bug.cgi?id=1838

--- Comment #6 from Damien Miller <[email protected]> 2011-01-10 06:41:32 EST ---
The idiom we use is to have a sentinel array entry with an obvious NULL
or -1 somewhere we can test for:

for (i = 0; whatever[i].fnord != NULL; i++) ...

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to