2009-07-03 22:14 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/xhb/hboutdbg.c
! Fixed potential memory corruption revealed by recently removed cast.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-07-03 22:14 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/xhb/hboutdbg.c
|
||||
! Fixed potential memory corruption revealed by recently removed cast.
|
||||
|
||||
2009-07-03 22:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/xhb/freadlin.c
|
||||
* examples/hbdoc/hbdfrdln.c
|
||||
|
||||
@@ -104,9 +104,6 @@ static void debugInit( void )
|
||||
|
||||
if( iFifoResult == 0 || iFifoResult == EEXIST )
|
||||
{
|
||||
if( strlen( pFileName->szName ) > 20 )
|
||||
pFileName->szName[ 20 ] = '\0';
|
||||
|
||||
hb_snprintf( szDebugTitle, sizeof( szDebugTitle ), "%s - Debug", pFileName->szName );
|
||||
|
||||
iPid = fork();
|
||||
|
||||
Reference in New Issue
Block a user