summaryrefslogtreecommitdiffhomepage
path: root/libs/lmo/src/lmo_core.c
AgeCommit message (Expand)Author
2010-12-24libs/lmo: apply FD_CLOEXEC on archive descriptors to avoid leaking i18n file ...Jo-Philipp Wich
2009-08-19libs/lmo: fix typo in previous commitJo-Philipp Wich
2009-08-19libs/lmo: fix off-by-one in bounds check, null-terminate dest buffer in lmo_l...Jo-Philipp Wich
2009-08-19libs/lmo: fix possible null pointer dereference in lmo_lookup() - thanks blogicJo-Philipp Wich
2009-07-30libs/lmo: remove cast in first lseek(), not needed since it's a constant expr...Jo-Philipp Wich
2009-07-30libs/lmo: fix lmo_read32() (dereferencing type-punned pointer will break stri...Jo-Philipp Wich
2009-07-30libs/lmo: explicitly cast values to off_t for lseek()Jo-Philipp Wich
2009-07-29libs/lmo: jffs2 does not support mmap() with MAP_SHARED, use MAP_PRIVATE inst...Jo-Philipp Wich
2009-07-09libs: introduce lmo - Lua Machine Objects, an implementation of binary hash t...Jo-Philipp Wich