NetBSD-Bugs archive

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

PR/52218 CVS commit: src/lib/lua/sqlite



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

From: "Marc Balmer" <mbalmer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52218 CVS commit: src/lib/lua/sqlite
Date: Wed, 10 May 2017 07:36:01 +0000

 Module Name:	src
 Committed By:	mbalmer
 Date:		Wed May 10 07:36:01 UTC 2017
 
 Modified Files:
 	src/lib/lua/sqlite: sqlite.c
 
 Log Message:
 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.8 -r1.9 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