• R
    implement mo file string lookup for translations · 41421d6b
    Rich Felker 提交于
    the core is based on a binary search; hash table is not used. both
    native and reverse-endian mo files are supported. all offsets read
    from the mapped mo file are checked against the mapping size to
    prevent the possibility of reads outside the mapping.
    
    this commit has no observable effects since there are not yet any
    callers to the message translation code.
    41421d6b
locale_impl.h 816 字节