Re: [PATCH]: Fix bounds checking for SQLite2/3

2006-03-08 Thread Garrett Rooney
On 2/23/06, Bojan Smojver [EMAIL PROTECTED] wrote:
 Browsing through the code of DBD, I noticed that SQLite2/3 don't quite
 do the advertised bounds checking for get_entry functions. The
 following patch should be good for both 1.2.2 and the trunk.

Committed to trunk in r384327.

Thanks!

-garrett


Re: [PATCH]: Fix bounds checking for SQLite2/3

2006-03-08 Thread Bojan Smojver

Quoting Garrett Rooney [EMAIL PROTECTED]:


On 2/23/06, Bojan Smojver [EMAIL PROTECTED] wrote:

Browsing through the code of DBD, I noticed that SQLite2/3 don't quite
do the advertised bounds checking for get_entry functions. The
following patch should be good for both 1.2.2 and the trunk.


Committed to trunk in r384327.


Thanks.

--
Bojan