Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-10096

Add feature to verify vtable before making a call through it, similar to GCC --enable-vtable-verify

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Low Low

      To guard against runaway code overwriting a virtual table, add a feature which, at runtime, verifies the vtable before using it to make a call.  GCC has a similar feature.  If GCC is built with --enable-vtable-verify, a library named libvtv is built.  If the application code links with libvtv, these runtime checks are conducted.  

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: