Re: [xml] 1.8.1 defect

Date view Thread view Subject view Author view

From: Daniel Veillard (Daniel.Veillard@w3.org)
Date: Tue Dec 21 1999 - 10:46:05 EST


On Tue, Dec 21, 1999 at 04:25:03PM +0100, pj@walter-graphtek.com wrote:
>
> When compiling 1.8.1 I got a warning for parser.c line 857
> if ((cur = '&') && (ptr[1] == '#') && (ptr[2] == 'x')) {
> which should probably read
> if ((cur == '&') && (ptr[1] == '#') && (ptr[2] == 'x')) {

  Hum, right, thanks !
Of course I just released libxml-1.8.2 5mn ago <grin/> ...

I fixed this, this is a bug but it's currently harmless since (I checked)
this internal function is only called in contexts where the value is
already '&'.

  thanks again I have commited the fix to the CVS bases,

Daniel

-- 
Daniel.Veillard@w3.org | W3C, INRIA Rhone-Alpes  | Today's Bookmarks :
Tel : +33 476 615 257  | 655, avenue de l'Europe | Linux XML libxml WWW
Fax : +33 476 615 207  | 38330 Montbonnot FRANCE | Gnome rpm2html rpmfind
 http://www.w3.org/People/all#veillard%40w3.org  | RPM badminton Kaffe
----
Message from the list xml@xmlsoft.org
Archived at : http://xmlsoft.org/messages/
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@xmlsoft.org


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Wed Aug 02 2000 - 12:29:55 EDT