~ubuntu-shorts-dev/ubuntu-rssreader-app/reboot

« back to all changes in this revision

Viewing changes to shorts/xml2json/rapidxml/rapidxml.hpp

  • Committer: Tarmac
  • Author(s): Joey Chan
  • Date: 2016-06-15 16:18:41 UTC
  • mfrom: (419.1.9 ubuntu-rssreader-app)
  • Revision ID: tarmac-20160615161841-u7sq5wvodvt4nd8y
fix crash bug, rewrite opml parser, update xml2json with latest upstream. fix bug 1543995.

And a new help page. Fixes: https://bugs.launchpad.net/bugs/1543736, https://bugs.launchpad.net/bugs/1543995, https://bugs.launchpad.net/bugs/1546443, https://bugs.launchpad.net/bugs/1562315, https://bugs.launchpad.net/bugs/1565406.

Approved by Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1055
1055
                *attrname++ = Ch(':');
1056
1056
                while (*p) {
1057
1057
                    *attrname++ = *p++;
1058
 
                    if ((attrname - freeme) >= (prefix_size + 6)) break;
 
1058
                    //if ((attrname - freeme) >= (prefix_size + 6)) break;
1059
1059
                }
1060
1060
                *attrname = Ch(0);
1061
1061
                attrname = freeme;