Skip to content
Snippets Groups Projects

fix map() command on 32-bit platforms; regressed in 5.2.0

Merged Vladimír Čunát requested to merge map-32bit into master

LuaJIT FFI was using opendir() (etc.) variants with 32-bit inodes but the C parts was using them as 64-bit inode variants. Consequently the struct dirent layout didn't match and we were getting filenames shifted by eight bytes.

Now the whole dir-listing lua function is written in C.

Edited by Vladimír Čunát

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading