Fixed assertion problem in priority queue.
The priority queue relies on setting an invalid time value for non-existing nodes. However the time comparison checks for valid embb_time_t types. Therefore prior to doing the time comparison, the time values have to be checked for validity.
Showing
Please
register
or
sign in
to comment