sifadil / pcsx2-playground

Automatically exported from code.google.com/p/pcsx2-playground
2 stars 0 forks source link

ConfigDlg.cpp update for arcum42 #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Weeeell.

1) char *reply; newer initialized and lead to somewhere (usual with
protected data), so

function ( char *reply ) 
      strcpy(result, something) 

lead to segfault.

2) At line 471 you forgot block's {} -- so continue was called every time
and following code was not run.

Original issue reported on code.google.com by Zeydl...@gmail.com on 1 Jan 2009 at 11:31

Attachments:

GoogleCodeExporter commented 8 years ago
I was pretty sure errors had drifted in since the memory code was broken. My 
next
order of business was tracking them down...

I'll go ahead and commit this shortly, though. Thanks!

Original comment by arcum42@gmail.com on 1 Jan 2009 at 12:27

GoogleCodeExporter commented 8 years ago

Original comment by arcum42@gmail.com on 1 Jan 2009 at 1:06