comparison 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
comparison
equal deleted inserted replaced
1030:512f2f50d2d0 1031:6b4a1f23fbbb
1 2003-05-20 Andrew Lunn <andrew.lunn@ascom.ch>
2
3 * src/common/kapi.cxx (cyg_thread_get_next): Passing a *current
4 pointer as NULL if how you start the walk of the linked list. So
5 don't assert on NULL. Reported by Daniel Lidsten.
6
1 2003-05-05 Gary Thomas <gary@mlbassoc.com> 7 2003-05-05 Gary Thomas <gary@mlbassoc.com>
2 8
3 * tests/tm_basic.cxx: Support new option controlling number of times 9 * tests/tm_basic.cxx: Support new option controlling number of times
4 this test runs. This is useful for long-term stress and performance 10 this test runs. This is useful for long-term stress and performance
5 analysis. 11 analysis.