HomeFreeBSD

MFC r302824

Description

MFC r302824

  1. Eliminate possibility to call __*collate_range_cmp() with inclomplete

locale (which cause core dump) by removing whole 'table' argument
by which it passed.

  1. Restore collate_range_cmp() in sccl().
  1. Collating [a-z] range in regcomp() work only for single bytes locales

(we can't do it now for other ones). In previous code only first 256
wchars are considered and all others are just silently dropped from the
range.

Details

Provenance
acheAuthored on
Parents
rS304274: Update lldb to release_39 branch r276489 and resolve immediate conflicts.
Branches
Unknown
Tags
Unknown