NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/52864 CVS commit: [netbsd-8] src/sys/modules/lua



The following reply was made to PR port-macppc/52864; it has been noted by GNATS.

From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52864 CVS commit: [netbsd-8] src/sys/modules/lua
Date: Sun, 7 Jan 2018 09:27:32 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Sun Jan  7 09:27:32 UTC 2018
 
 Modified Files:
 	src/sys/modules/lua [netbsd-8]: lua.c
 
 Log Message:
 Pull up following revision(s) (requested by sevan in ticket #469):
 	sys/modules/lua/lua.c: revision 1.24
 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.23.2.1 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.
 


Home | Main Index | Thread Index | Old Index