Navigation


Changeset 1442:915450ee91c7 in freeDiameter for extensions/dict_dcca_3gpp

Timestamp:
Feb 27, 2020, 2:19:24 PM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

fix gcc 9.1.1 compile warnings

Use snprintf instead of strncpy to ensure NUL termination.

Simplify attribute copying to calloc/memcpy instead
of malloc/memset/strncpy/assignment.

Appeases gcc 9.1.1 warnings about strncpy bounds.

(No files)

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