After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 581803 - Missing comma in <table> attribute def array in HTMLParser.c
Missing comma in <table> attribute def array in HTMLParser.c
Status: RESOLVED FIXED
Product: libxml2
Classification: Platform
Component: general
2.7.3
Other All
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-07 23:22 UTC by Roland Steiner
Modified: 2009-05-12 07:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Roland Steiner 2009-05-07 23:22:13 UTC
HTMLParser.c, line 609 seems to miss a comma in the definition array for the <table> element, resulting in string concatenation:

static const char* const table_attrs[] = { ATTRS "summary", "width", "border", "frame", "rules", "cellspacing", "cellpadding", "datapagesize", NULL } ;

AFAICT There should be a comma after ATTRS.
Comment 1 Daniel Veillard 2009-05-12 07:19:25 UTC
Good catch, fixed in git, 

  thanks !

Daniel