Package: libicu44
Version: 4.4.1-7
Severity: important
The following code sample worked with libicu40; now it crashes with libicu44
/// Sample start
UErrorCode status = U_ZERO_ERROR;
RegexMatcher* const pMatcher = new RegexMatcher("\\Afoo\\z",
UREGEX_DOTALL|UREGEX_CASE_INSENSITIVE, status);
if (!U_FAILURE(status))
{
UnicodeString str;
str.setToBogus();
pMatcher->reset(str); // Load matcher with bogus string
status = U_ZERO_ERROR;
pMatcher->matches(status); // Crash here
}
/// Sample end
-- System Information:
Debian Release: 5.0.7
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.35-23-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libicu44 depends on:
ii libc6 2.7-18lenny6 GNU C Library: Shared libraries
ii libgcc1 1:4.3.2-1.1 GCC support library
ii libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
libicu44 recommends no packages.
libicu44 suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]