Commit Graph

6 Commits

Author SHA1 Message Date
晓楚 254d7e235c fix typo 2021-06-28 11:14:55 +08:00
Andrew Noyes 9f3db80eca Fix applying offset to NULL in C
This fix should be safe since it (apparently) worked in practice before,
which likely means that zEnd is not used in the case where zCsr is NULL.
This means it likely doesn't matter what value we assign to zEnd when
zCsr is NULL as long as it has defined behavior.
2021-06-04 09:35:03 -07:00
Andrew Noyes b086dbecac Fix another UBSAN error
fdbserver/sqlite/sqlite3.amalgamation.c:14709:15: runtime error: left shift of 205 by 24 places cannot be represented in type 'int'
2019-12-02 12:51:33 -08:00
mpilman 6afce01744 Implementation complete (not yet working) 2019-05-13 14:15:22 -07:00
Bruce Mitchener 9cdf25eda3 Fix some typos. 2018-04-20 00:49:22 +07:00
FDB Dev Team a674cb4ef4 Initial repository commit 2017-05-25 13:48:44 -07:00