The openrisc bugtracker has been moved to: bugzilla.opencores.org. This page is read-only
or32-gdb-6.8-patch-2.5 bug
Information:
Type :: BUG
Status :: CLOSED
Assigned to ::
Jeremy, Bennett
Description:
in function jtr_ll_response of or1k-jtag.c:
...
long int status;
...
result = jtr_ll_read (fd, resp_buf, sizeof (status) );
we know sizeof (status) = 8, but resp_buf can be a pointer to struct jtr_chain_response which size = 4, when called by function jtr_select_chain.
Comments:
| Bennett, Jeremy | Apr 21, 2010 |
|---|---|
|
Marking closed. Jeremy
-- |
|
| Bennett, Jeremy | Dec 10, 2009 |
|---|---|
|
This is a bug. the proprietary OpenRISC remote JTAG protocol will be removed in the next release of GDB, so this code will be removed completely. All new work should adopt the standard GDB Remote Serial Protocol For this reason, I do not propose issuing a fix for GDB 6.8 Jeremy
-- |
|
| He, KF | Dec 10, 2009 |
|---|---|
| Type your text here | |
Post a comment:
Login to post comments!
