fixed bug am47194 (journal crash)
This commit is contained in:
parent
a34c8daf34
commit
d048996b50
|
@ -1,4 +1,5 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdarg.h>
|
||||||
#if defined __linux__
|
#if defined __linux__
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -24,8 +25,8 @@ int Journal::Replay(VaultMap *pMap)
|
||||||
|
|
||||||
BinaryReader br(m_fp);
|
BinaryReader br(m_fp);
|
||||||
|
|
||||||
int8_t len8;
|
uint8_t len8;
|
||||||
int16_t len16;
|
uint16_t len16;
|
||||||
char *key = NULL;
|
char *key = NULL;
|
||||||
char *val = NULL;
|
char *val = NULL;
|
||||||
String sKey;
|
String sKey;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user