From 9a20fa0db8f16dd9b96b799313aa582e7c55484a Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Tue, 14 Oct 2014 20:04:01 +0000 Subject: ostr overflow (Cyrez); git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91820 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/disr3000a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpcsxcore/disr3000a.c b/libpcsxcore/disr3000a.c index a403f0ff..bf8bb70e 100755 --- a/libpcsxcore/disr3000a.c +++ b/libpcsxcore/disr3000a.c @@ -23,7 +23,7 @@ #include "psxcommon.h" -char ostr[256]; +char ostr[512]; // Names of registers char *disRNameGPR[] = { -- cgit v1.2.3