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

Parser crashes when va_start is used on a std::string parameter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Low Low

      The parser crashes when using the special macro va_start when the last known paramter is std::string:

      void foo(std::string bar, ...)

      { va_list ap; va_start(ap, bar); va_end(ap); }

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

              Created:
              Updated: