]> git.kaiwu.me - njs.git/commit
Segfault is fixed when the last return in function is terminated
authorIgor Sysoev <igor@sysoev.ru>
Tue, 12 Jan 2016 16:47:29 +0000 (19:47 +0300)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 12 Jan 2016 16:47:29 +0000 (19:47 +0300)
commit5f79ceb7fb6953a89781ee3a0f2ac914856fe42e
tree6cac6d0e146640bf0f235ec91b0107b5c0a67898
parent36635769f189788b991884698678f5b65db9bacc
Segfault is fixed when the last return in function is terminated
by semicolon.
njs/njs_parser.c
njs/test/njs_unit_test.c