libs/lmo: fix possible null pointer dereference in lmo_lookup() - thanks blogic
[project/luci.git] / libs / lmo /
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-25 Jo-Philipp Wichlibs/lmo: return entries as udata and only create strin...
2009-07-19 Jo-Philipp Wichlibs/lmo: check for integer, not number in lmo.archive...
2009-07-19 Jo-Philipp Wichlibs/lmo: ensure integer return value in lmo.hash(...
2009-07-11 Jo-Philipp Wichlibs/lmo: fix possible resource leak if lua runs out...
2009-07-11 Jo-Philipp Wichlibs/lmo: implement lmo.archive.get() and lmo.archive...
2009-07-09 Jo-Philipp Wichlibs: introduce lmo - Lua Machine Objects, an implement...