#422 closed defect (fixed)
Shell doesn't check for a end of list when adding monitor commands
Reported by: | mikeci | Owned by: | Joel Sherrill |
---|---|---|---|
Priority: | lowest | Milestone: | 2 |
Component: | unspecified | Version: | 4.6 |
Severity: | normal | Keywords: | |
Cc: | bugs@… | Blocked By: | |
Blocking: |
Description
In cmds.c there is a bug. In function register_cmds when adding monitor commands the while loop should test for NULL string in the command field:
while(command->command) /* we need to check if command is a NULL string */
and not if command is a NULL pointer because the last entry in the monitor table is not NULL.
Also in the present form both files are unreadable. I applied C beautifier on them.
Release:
RTEMS-4.6
Attachments (1)
Change History (4)
comment:1 Changed on 08/22/03 at 17:57:20 by Joel Sherrill
Status: | assigned → waiting |
---|
comment:2 Changed on 09/26/03 at 16:39:46 by Joel Sherrill
Status: | waiting → closed |
---|
comment:3 Changed on 10/10/17 at 06:35:44 by Sebastian Huber
Component: | misc → unspecified |
---|
Note: See
TracTickets for help on using
tickets.
State-Changed-From-To: feedback->closed
State-Changed-Why: Assumed to be fixed by alternative patch in PR436.