NetBSD-Bugs archive

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

PR/52218 CVS commit: [netbsd-7] src/lib/lua/sqlite



The following reply was made to PR bin/52218; it has been noted by GNATS.

From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52218 CVS commit: [netbsd-7] src/lib/lua/sqlite
Date: Sat, 3 Jun 2017 17:11:51 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Sat Jun  3 17:11:51 UTC 2017
 
 Modified Files:
 	src/lib/lua/sqlite [netbsd-7]: sqlite.c
 
 Log Message:
 Pull up following revision(s) (requested by mbalmer in ticket #1416):
 	lib/lua/sqlite/sqlite.c: revision 1.9
 Guard against double freeing of objects (explicit by the Lua program,
 then later by the garbage collector).
 This fixes PR bin/52218.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.7 -r1.7.2.1 src/lib/lua/sqlite/sqlite.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