Actions
Bug #12326
openhal: the value of *n_speeds should increase rather than the pointer
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
We have the following in usr/src/cmd/hal/utils/cdutils.c
if (!skip) { current->next = *nextp; *nextp = current; *n_speeds++; }
This shurely should be (*nspeeds)++;
Actions