mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
9 lines
350 B
Markdown
9 lines
350 B
Markdown
Wallet
|
|
------
|
|
|
|
* On non-Windows systems, an authenticated RPC caller allowed to create wallets
|
|
could execute arbitrary commands as the node process account when
|
|
`-walletnotify` was configured, by crafting a wallet name with regex
|
|
replacement characters. Wallet notification placeholder replacement now
|
|
treats wallet names literally. (#36048)
|