open-power / pdbg

PowerPC FSI Debugger
Apache License 2.0
16 stars 39 forks source link

putmem: Fix Floating point exception issue #40

Closed hegdevasant closed 6 years ago

hegdevasant commented 6 years ago

Validate read() before calling __adu_putmem(). Also check end size in progress_tick().

Signed-off-by: Vasant Hegde hegdevasant@linux.vnet.ibm.com

hegdevasant commented 6 years ago

will send patch to mailing list.

-Vasant