X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:references
	:mime-version:content-type:in-reply-to; q=dns; s=default; b=y1cj
	xDh46leLLVm3aCGbBKiROX3dYg3B/hifh/LCEpeoi5zUAaFqbcLSFjXtBr7uGLwd
	SE44m2/pCeqYcToG5dBt6DFUc3pJlfByUgKWxkMLsmGvmHS6nmpfwLWu7dRDZGOv
	JIr9BJPG2WR4IaUsycTvPwFSRz+ISsiWhm4AhjU=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:references
	:mime-version:content-type:in-reply-to; s=default; bh=TGpOiw1OKy
	UH9AK6WcoEnN3UULk=; b=BSbGf7ermWlaDsTPL2lMyTgbeXduVeIMTzd8V6dzIM
	PtFI7yjnX8oLQaO6T3fnASfN99oIr9rKw9TqYTdcbPcvev/5F/cWv9AR0qzs20BH
	Q6U5OFhr59GjtYn9CBv0icsLUJM833rEPhkNp0QD3oCcVgmb7iijyxGGcMGMXT5l
	k=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,TW_YG autolearn=ham version=3.3.1
Date: Mon, 17 Jun 2013 14:54:47 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: getclip and cygutils and cygcheck
Message-ID: <20130617125447.GG21191@calimero.vinschen.de>
Mail-Followup-To: cygwin@cygwin.com
References: <0D835E9B9CD07F40A48423F80D3B5A7021C57FB3@USA7109MB022.na.xerox.net> <0D835E9B9CD07F40A48423F80D3B5A7021C58055@USA7109MB022.na.xerox.net> <51B8D19B.7080400@towo.net> <20130613095556.GA21638@calimero.vinschen.de> <CAOh4nmk2_9CV_X9HrxJ=mLJ0dJ889Yn53zrrYuciaFN7Ft1_9Q@mail.gmail.com> <20130614091553.GC4087@calimero.vinschen.de> <CAOh4nmkU4ydx1FTxcL11OV3sUG9Qdb1RnLjV-x7KwOVW34Kciw@mail.gmail.com> <20130617101633.GC21191@calimero.vinschen.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <20130617101633.GC21191@calimero.vinschen.de>
User-Agent: Mutt/1.5.21 (2010-09-15)

On Jun 17 12:16, Corinna Vinschen wrote:
> On Jun 14 23:15, Jeremy Hetzler wrote:
> > After some testing, the limit seems to be 64k. It only happens when
> > reading data that was copied to the clipboard by a Windows program (in
> > this case Excel).
> > [...]
> > 583 $ cat /dev/clipboard >out.cat
> > cat: /dev/clipboard: Bad address
> > [...]
> > Does that help?
> 
> Yes, thank you.  There was an ill-conceived check for the last character
> in the buffer being a high surrogate UTF-16 character.  It worked only
> if the clipboard content was small enough to fit into a single read of
> the application.  If it was too big, and the application had to call
> read again to fetch more from the clipboard, it tried to read the
> character beyond the array boundary.  I fixed that in CVS.  I'll probably
> create a new developer snapshot and a 64 bit test version later today.

FYI, I'm just uploading a new developer snapshot 2013-06-17 to
http://cygwin.com/snapshots/, as well as a new 64 bit Cygwin test
release 1.7.21-4.  Please give one of them a try.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

