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:
Viktor Szakats
2009-07-03 20:14:55 +00:00
parent 1c65c12666
commit d100154f7f
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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();