Xilinx / qemu

Xilinx's fork of Quick EMUlator (QEMU) with improved support and modelling for the Xilinx platforms.

Home Page:https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/821395464/QEMU+User+Documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No null check on info leads to segfault

fourierules opened this issue · comments

During a quick little test of wemu with one of my custom device table blobs i kept hitting a segfault here. Why I'm getting here I'm not certain yet but the fact is everywhere else in the function info is guarded except here. Thought I'd bring it up...

sprintf(info, "%s", error_get_pretty(errp));