1 Debian: https://sources.debian.net/src/dvd%2Brw-tools/7.1-11.1/debian/patches/09-wctomb.patch/
3 Author: Kees Cook <kees@debian.org>
4 Description: wctomb called with too small a buffer, patch originally taken from fedora (Closes: #497833).
6 MB_LEN_MAX is typically 16 in glibc
11 extern "C" char *plusminus_locale()
12 { static class __plusminus {
17 __plusminus() { setlocale(LC_CTYPE,ENV_LOCALE);
18 int l = wctomb(str,(wchar_t)(unsigned char)'±');