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

Re: X Strike Force X.Org X11 SVN commit: r2573 - in trunk/app/xbase-clients: debian xprop-X11R7.0-1.0.1



On Wed, Jul 26, 2006 at 11:40:27PM -0400, X Strike Force SVN Repository Admin wrote:
> Patch xprop to stop segfaulting when deleted atoms are requested.
> Committed upstream as git 47514347db811d002e7f3ca05d390565bc3ee5e5.
> (Closes: #197526)
> 
> 
> Modified: trunk/app/xbase-clients/xprop-X11R7.0-1.0.1/xprop.c
> ===================================================================
> --- trunk/app/xbase-clients/xprop-X11R7.0-1.0.1/xprop.c	2006-07-27 03:37:46 UTC (rev 2572)
> +++ trunk/app/xbase-clients/xprop-X11R7.0-1.0.1/xprop.c	2006-07-27 03:40:26 UTC (rev 2573)
> @@ -1199,6 +1199,8 @@
>  	nbytes = sizeof(short);
>      else if (actual_format == 8)
>  	nbytes = 1;
> +    else if (actual_format == 0)
> +	nbytes = 0;
>      else
>  	abort();
>      *length = min(nitems * nbytes, max_len);

This is not what was committed.

Attachment: signature.asc
Description: Digital signature


Reply to: