]> xenbits.xensource.com Git - libvirt.git/commit
build: Fix assignment into 'stack_frame_size' when sanitizer is enabled
authorPeter Krempa <pkrempa@redhat.com>
Mon, 4 Sep 2023 12:07:31 +0000 (14:07 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 4 Sep 2023 12:07:31 +0000 (14:07 +0200)
commitd9c04cdc34683019ef539f7d608a3672cad35420
tree5156605d35c24e843ace52144a3a02e420ca41f5
parentb68faa99d9f16c2f504b23737040d25d072ee85d
build: Fix assignment into 'stack_frame_size' when sanitizer is enabled

Instead of an assignment into the 'stack_frame_size' variable when
sanitizers are enabled I've accidentally compared the value against the
requested size.

Fix the typo.

Fixes: b68faa99d9f16c2f504b23737040d25d072ee85d
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
meson.build