libs/lmo: fix off-by-one in bounds check, null-terminate dest buffer in lmo_lookup()
[project/luci.git] / libs / lmo / src / lmo_core.c
2009-08-19 Jo-Philipp Wichlibs/lmo: fix off-by-one in bounds check, null-terminat...
2009-08-19 Jo-Philipp Wichlibs/lmo: fix possible null pointer dereference in...
2009-07-30 Jo-Philipp Wichlibs/lmo: remove cast in first lseek(), not needed...
2009-07-30 Jo-Philipp Wichlibs/lmo: fix lmo_read32() (dereferencing type-punned...
2009-07-30 Jo-Philipp Wichlibs/lmo: explicitly cast values to off_t for lseek()
2009-07-29 Jo-Philipp Wichlibs/lmo: jffs2 does not support mmap() with MAP_SHARED...
2009-07-09 Jo-Philipp Wichlibs: introduce lmo - Lua Machine Objects, an implement...