summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ruby
diff options
context:
space:
mode:
authorGaurav Gupta <gauragup@cisco.com>2023-03-30 12:51:43 -0700
committerSteve Sakoman <steve@sakoman.com>2023-04-19 04:32:59 -1000
commita526ef88ee960f6fce8ccae0230d5469309fd03a (patch)
tree01ec12421a94f42de9b524d6c4f1caf034fd8a84 /meta/recipes-devtools/ruby
parent0c1e54eee110754633628a36b6564af9acdbf905 (diff)
downloadpoky-a526ef88ee960f6fce8ccae0230d5469309fd03a.tar.gz
qemu: fix build error introduced by CVE-2021-3929 fix
The patch for CVE-2021-3929 applied on dunfell returns a value for a void function. This results in the following compiler warning/error: hw/block/nvme.c:77:6: error: void function 'nvme_addr_read' should not return a value [-Wreturn-type] return NVME_DATA_TRAS_ERROR; ^ ~~~~~~~~~~~~~~~~~~~~ In newer versions of qemu, the functions is changed to have a return value, but that is not present in the version of qemu used in “dunfell”. Backport some of the patches to correct this. (From OE-Core rev: 4ad98f0b27615ad59ae61110657cf69004c61ef4) Signed-off-by: Gaurav Gupta <gauragup@cisco.com> Signed-off-by: Gaurav Gupta <gauragup@cisco.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/ruby')
0 files changed, 0 insertions, 0 deletions