Mercurial > ecos
diff packages/kernel/current/ChangeLog @ 1031:6b4a1f23fbbb
* src/common/kapi.cxx (cyg_thread_get_next): Passing a *current
pointer as NULL is how you start the walk of the linked list. So
don't assert on NULL. Reported by Daniel Lidsten.
| author | asl |
|---|---|
| date | Tue, 20 May 2003 08:56:42 +0000 |
| parents | b8e01d85e2d4 |
| children | e8b69d9c90a6 |
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog +++ b/packages/kernel/current/ChangeLog @@ -1,3 +1,9 @@ +2003-05-20 Andrew Lunn <andrew.lunn@ascom.ch> + + * src/common/kapi.cxx (cyg_thread_get_next): Passing a *current + pointer as NULL if how you start the walk of the linked list. So + don't assert on NULL. Reported by Daniel Lidsten. + 2003-05-05 Gary Thomas <gary@mlbassoc.com> * tests/tm_basic.cxx: Support new option controlling number of times
