]> git.proxmox.com Git - pve-firewall.git/commit
fix 901: encode unicode characters in sha digest
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 29 Feb 2016 11:36:19 +0000 (12:36 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 29 Feb 2016 11:39:54 +0000 (12:39 +0100)
commite83f0d00f1fd4b4b935d5acf32d763b914774708
tree0db4016f3ada43afed1a7e37abdfdc84c9bf66ad
parent1d10f89a62bc1fb8073e591612ea7bca4f9e50c6
fix 901: encode unicode characters in sha digest

if we do not do this, Digest::SHA->add croaks when it detects
wide symbols

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/PVE/Firewall.pm