mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems).
This commit is contained in:
parent
49b698c67e
commit
6e350b553b
20 changed files with 655 additions and 355 deletions
|
@ -594,7 +594,7 @@ static int pager_playback(Pager *pPager, int useJournalSize){
|
|||
goto end_playback;
|
||||
}
|
||||
if( format>=JOURNAL_FORMAT_3 ){
|
||||
rc = read32bits(format, &pPager->jfd, &nRec);
|
||||
rc = read32bits(format, &pPager->jfd, (u32*)&nRec);
|
||||
if( rc ) goto end_playback;
|
||||
rc = read32bits(format, &pPager->jfd, &pPager->cksumInit);
|
||||
if( rc ) goto end_playback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue