Yes, this patch fixed my case: $ snmpwalk -v2c -cpublic localhost sysContact SNMPv2-MIB::sysContact.0 = STRING: "Майк Ступалов" <mike@observium.org> $ snmpwalk -v2c -cpublic localhost sysLocation SNMPv2-MIB::sysLocation.0 = STRING: Rue de la Métallurgie, 4530 Villers-le-Bouillet, België (I was rebuild 5.7.3 package from ubuntu repository with patch) Tnx!
bump.. I think this is HIGH priority before 5.8 release!
Bill, any chance for see into issue?
Sorry for delay.. As I said I'm not C coder.. but as I see in that code part used validating ASCII string by each char. Probably detect whole string as UTF-8 is better (and faster), but I not know how test this. I use for test only already produced patches.
Oh, I see seems as same issue with possible patch: [#2655] Update: patch from that issue worked for me.
I small improved your patch (since you use incorrect 4-byte Sequence). Should be 240-244. And I agree, this patch also fixed my issue: [#2815]
I small improved your patch (since you use incorrect 4-byte Sequence). Should be 240-244. And I agree, this patch also fixed my issue: [#2815]
Oh, I see seems as same issue with possible patch: [#2655] will test is