| commit | a098a14eb53131871469a9c32b206b0dc55ef237 | [log] [tgz] |
|---|---|---|
| author | Stafford Horne <shorne@gmail.com> | Wed Apr 05 06:11:30 2017 +0900 |
| committer | Antonio Borneo <borneo.antonio@gmail.com> | Sat Sep 05 18:11:54 2020 +0100 |
| tree | 41f479a6af9e611f77ad2043aff7f37781e35f3d | |
| parent | f788949651ef714024a29b08f4b064e78c9b4791 [diff] |
openrisc: Fix segv jsp due to free of unallocated data The prompt pointer in the jtag serial port is never zero'd or allocated. Completely remove it since there is not much use for it as the target software will provide the actual prompt. Change-Id: Id95d8ccb9f725e53b9d03386b11d91eba1cd6ef4 Signed-off-by: Stafford Horne <shorne@gmail.com> Reviewed-on: http://openocd.zylin.com/4093 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>