cdesktopenv/cde/lib/tt/bin/ttdbserverd
Lev Kujawski a6ea2a2d52 Centralize catgets() calls through MsgCat
CDE has relied upon catgets() implementations following a relaxed
interpretation of the XPG internationalization standard that ignored
-1, the standard error value returned by catopen, as the catalog
argument. However, this same behavior causes segmentation faults with
the musl C library.

This patch:

- Centralizes (with the exception of ToolTalk) all calls to catopen(),
  catgets(), and catclose() through MsgCat within the DtSvc library.
- Prevents calls to catgets() and catclose() that rely upon
  undefined behavior.
- Eliminates a number of bespoke catgets() wrappers, including multiple
  redundant caching implementations designed to work around a design
  peculiarity in HP/UX.
- Eases building CDE without XPG internationalization support by providing
  the appropriate macros.
2021-06-02 19:55:15 -06:00
..
Imakefile Enable TIRPC support for Linux 2018-04-12 21:00:34 -06:00
Makefile.am autotools: specify tirpc lib to link the tooltalk binaries 2021-06-01 18:23:46 -06:00
Mapfile
admindefines
db_server_functions.C Centralize catgets() calls through MsgCat 2021-06-02 19:55:15 -06:00
db_server_globals.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
db_server_svc.C Use POSIX macros for linux 2018-05-24 18:22:55 -06:00
dm_access_cache.C Fix typo in license headers 2018-04-28 12:30:20 -06:00
dm_access_cache.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
dm_server.C remove ultrix support 2018-09-30 17:27:04 -06:00
tt_db_message_info.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_db_message_info_utils.C Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_db_message_info_utils.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_db_msg_q_lock.C Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_db_msg_q_lock.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_db_msg_q_lock_entry.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_db_msg_q_lock_entry_utils.C Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_db_msg_q_lock_entry_utils.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_db_partition_global_map_ref.C Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_db_partition_global_map_ref.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_db_partition_redirection_map.C Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_db_partition_redirection_map.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_db_server_db.C Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_db_server_db.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_db_server_db_utils.C Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_db_server_db_utils.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_isam.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_isam_file.C Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_isam_file.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_isam_file_utils.C Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_isam_file_utils.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_isam_key_descriptor.C Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_isam_key_descriptor.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_isam_key_descriptor_utils.C Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_isam_key_descriptor_utils.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_isam_record.C Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_isam_record.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_isam_record_utils.C Fix typo in license headers 2018-04-28 12:30:20 -06:00
tt_isam_record_utils.h Fix typo in license headers 2018-04-28 12:30:20 -06:00