URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1d3752c4a923e167da92f0e79d195d78f98f1993
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
1d3752c by Guy Harris (guy@xxxxxxxxxxxx):
epan DTD parser: don't leak the full path string on error.
While we're at it, fix a return - the return value is a pointer, with
NULL meaning error, not a Boolean, with FALSE meaning error, so return
NULL, not FALSE.
Change-Id: Ie77fe2c6173293a2a202ad29a6c5033e2a401aa7
Ping-Bug: 16335
Reviewed-on: https://code.wireshark.org/review/37033
Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
(cherry picked from commit 3618aa2cc68eeb7b9d0ab52a388f74eee382d09d)
Reviewed-on: https://code.wireshark.org/review/37037
Actions performed:
from 49ecebc Fix memory leak in export_object.c
add 1d3752c epan DTD parser: don't leak the full path string on error.
Summary of changes:
epan/dtd_preparse.l | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)