]> granicus.if.org Git - libexpat/commit
Fixed the XML_GetCurrentLine/ColumnNumber() functions so that
authorKarl Waclawek <kwaclaw@users.sourceforge.net>
Tue, 16 Mar 2004 04:27:18 +0000 (04:27 +0000)
committerKarl Waclawek <kwaclaw@users.sourceforge.net>
Tue, 16 Mar 2004 04:27:18 +0000 (04:27 +0000)
commit86f4b1471bf8543ad940fa9925cdcf3bece48420
tree23445c77a5554fee77eb3e34a0d9df4701b086de
parent2a3e8fa423e397aea72bd0dfdd9f322c908f50f7
Fixed the XML_GetCurrentLine/ColumnNumber() functions so that
they don't produce an access violation when the value of eventPtr is
less than the value of positionPtr. This can happen when a handler
raises an exception or potentially in some border cases.

Also added some more updates of eventPtr.
expat/lib/xmlparse.c