Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 10280 invoked from network); 7 Nov 2009 20:13:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Nov 2009 20:13:55 -0000 Received: (qmail 49989 invoked by uid 500); 7 Nov 2009 20:13:55 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 49891 invoked by uid 500); 7 Nov 2009 20:13:55 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 49881 invoked by uid 99); 7 Nov 2009 20:13:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Nov 2009 20:13:55 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Nov 2009 20:13:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A17CE234C04C for ; Sat, 7 Nov 2009 12:13:32 -0800 (PST) Message-ID: <554516609.1257624812660.JavaMail.jira@brutus> Date: Sat, 7 Nov 2009 20:13:32 +0000 (UTC) From: "Dan Fabulich (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (DBUTILS-63) SqlNullCheckedResultSet exposes internal representation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 SqlNullCheckedResultSet exposes internal representation ------------------------------------------------------- Key: DBUTILS-63 URL: https://issues.apache.org/jira/browse/DBUTILS-63 Project: Commons DbUtils Issue Type: Bug Affects Versions: 1.2 Reporter: Dan Fabulich Fix For: 1.3 The #getNullBytes and #setNullBytes allow external users to get/set in a mutable array; we should copy the array defensively. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.