2008-06-14 09:13 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* source/rdd/dbcmd.c
     ! LUPDATE() buffer overread fixed. (hb_retds(""))
       [RC1]
This commit is contained in:
Viktor Szakats
2008-06-14 07:22:54 +00:00
parent 1939d48c7e
commit 274682d374
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-06-14 09:13 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/rdd/dbcmd.c
! LUPDATE() buffer overread fixed. (hb_retds(""))
[RC1]
2008-06-11 19:39 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/xhb/Makefile
* contrib/xhb/common.mak

View File

@@ -1050,7 +1050,7 @@ HB_FUNC( LUPDATE )
hb_itemReturnRelease( pItem );
}
else
hb_retds( "" );
hb_retds( NULL );
}
HB_FUNC( NETERR )