Changeset b6a3fbf for protocols

Timestamp:
2015-08-27T07:25:07Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
aa3b61e
Parents:
3c23681
Message:

irc_channel_name_gen: handle g_convert_with_fallback failures

First fallback to ASCII without TRANSLIT, and if that fails too, just
give up by returning NULL.

Basically the same thing as 3a27896 (a netbsd specific fix), but for
channel names. This wasn't needed before because the older version of
this code caught the NULL from the ASCIITRANSLIT attempt and gave up
immediately, while the refactored version lacked null checking.

(No files)

Note: See TracChangeset for help on using the changeset viewer.