diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-05-23 09:04:45 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-05-26 12:34:17 +0200 |
commit | 5590615276f217bc875b0fdc6c2351293f55df6c (patch) | |
tree | 03aaabba3c438888aac79de8123730f0d133c138 /subprojects | |
parent | db01d85f168b19a48e5112cb02cda37014719c3e (diff) |
slirp: update wrap to latest master
It is recommended to use SSIZE_T for ssize_t on win32, but the commit
that is being used for slirp.wrap uses int. Update to include the fix
as well as the other bugfix commit "ip: Enforce strict aliasing".
Reported-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/slirp.wrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/slirp.wrap b/subprojects/slirp.wrap index ace4f26102..08291a4cf9 100644 --- a/subprojects/slirp.wrap +++ b/subprojects/slirp.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://gitlab.freedesktop.org/slirp/libslirp -revision = 15c52d697529eb3e78c5d8aa324d61715bce33b6 +revision = 26be815b86e8d49add8c9a8b320239b9594ff03d [provide] slirp = libslirp_dep |