diff options
author | habib.virji@samsung.com <habib.virji@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-11 02:25:40 +0000 |
---|---|---|
committer | habib.virji@samsung.com <habib.virji@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-11 02:25:40 +0000 |
commit | 7427a69630512ac0e2b2ec375f4e642f543edaa3 (patch) | |
tree | b5f6dcc99045b943eb5989deb3d12b722916184f /AUTHORS | |
parent | ebbb7367fca6a93d13e0b61a3b214d916451e34b (diff) | |
download | chromium_src-7427a69630512ac0e2b2ec375f4e642f543edaa3.zip chromium_src-7427a69630512ac0e2b2ec375f4e642f543edaa3.tar.gz chromium_src-7427a69630512ac0e2b2ec375f4e642f543edaa3.tar.bz2 |
PPAPI idl parser was missing error handler
YACC parser used by PPAPI idl parser needs error function for each keyword to handle error.
Due to missing error function for dictionary object, yacc parser was deleting all data in
the stack including start of the file and when it restarts and reach end of file, since start
of file is missing it goes in endless loop.
R=noelallen@chromium.org,sehr@chromoium.org,nbarth@chromium.org
BUG=320921
TEST=Add new dictionary object in idl file with missing semicolon, compilation will fail.
Review URL: https://codereview.chromium.org/101623003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239965 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ Gnanasekar Somanathan <gnanasekar.s@samsung.com> Goutham Jagannatha <wrm364@motorola.com> Grzegorz Czajkowski <g.czajkowski@samsung.com> Gyuyoung Kim <gyuyoung.kim@samsung.com> +Habib Virji <habib.virji@samsung.com> Haitao Feng <haitao.feng@intel.com> Halton Huo <halton.huo@intel.com> Haojian Wu <hokein.wu@gmail.com> |