commit | 002ccda0ef390fc2f02c0a27f01993bd5009f03d | [log] [tgz] |
---|---|---|
author | Indu Bhagat <indu.bhagat@oracle.com> | Tue May 21 12:59:55 2024 -0700 |
committer | Indu Bhagat <indu.bhagat@oracle.com> | Tue May 21 12:59:55 2024 -0700 |
tree | 0a462c5ae923126e45b477f51ee809f88558827b | |
parent | e63b1d595021ce64d20e06a32c0ec69c9a3e56e7 [diff] |
gas: ginsn: remove unnecessary buffer allocation and free A previous commit 80ec235 fixed the memory leaks, but brought to light that the code should ideally make consistent use of snprintf and not allocate/free more buffers than necessary. gas/ * ginsn.c (ginsn_dst_print): Use snprintf consistently.