mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 14:56:39 +02:00
Fixed infobar_printf interface function, security problem with string format
This commit is contained in:
@@ -328,6 +328,7 @@ static XS (XS_weechat_print_infobar)
|
||||
|
||||
perl_plugin->infobar_printf (perl_plugin,
|
||||
SvIV (ST (0)),
|
||||
"%s",
|
||||
SvPV (ST (1), integer));
|
||||
|
||||
XSRETURN_YES;
|
||||
|
||||
Reference in New Issue
Block a user