mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
fix a potential format string vulnerability
This commit is contained in:
parent
fd3f5db63c
commit
d1cf0e7845
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ void pa_shared_cleanup(pa_core *c) {
|
|||
pa_strbuf *s = pa_strbuf_new();
|
||||
|
||||
pa_shared_dump(c, s);
|
||||
pa_log_debug(pa_strbuf_tostring(s));
|
||||
pa_log_debug("%s", pa_strbuf_tostring(s));
|
||||
pa_strbuf_free(s);
|
||||
pa_assert(pa_hashmap_isempty(c->shared));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue