Module Name: src Committed By: martin Date: Tue Dec 26 12:43:59 UTC 2017
Modified Files: src/sys/modules/lua: lua.c Log Message: Fix cargo cult ioctl implementation for LUAINFO: the name and desc fields are arrays, not pointers, so don't use copyoutstr on them, but instead copyin/copyout the whole array of structures. Fixes PR 52864 for me (on sparc64). To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/modules/lua/lua.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.