symisc / unqlite

An Embedded NoSQL, Transactional Database Engine
https://unqlite.symisc.net
Other
2.11k stars 164 forks source link

unqlite.c: null checks #157

Closed b4yuan closed 1 year ago

b4yuan commented 1 year ago

checking the return value of that pTmp is assigned to ensure that it is not null

symisc commented 1 year ago

The token set is already filled, and heap allocated by the lexer. No need to check for null pointer here.