Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-27031

CLONE -[Injection] try with nontrivial catch followed by one with a trivial catch causes a verify error

VotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      compile and run the following code

      function f () {
      try {
      g()
      }
      catch (e) {
      print(e);
      }
      try {
      g()
      }
      catch (e) {
      }
      print('done');
      }

      function g()

      { throw 10 }

      f()

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment