]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_frame_drop: Handle allocation failure properly.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 14 Aug 2025 14:00:09 +0000 (10:00 -0400)
committerNaveen Albert <asterisk@phreaknet.org>
Fri, 15 Aug 2025 16:09:21 +0000 (16:09 +0000)
commit16f789c8f8101de509e349ec209275266f5a759d
tree02d6633c06ee3dda15f032ba7540c940e9bb4410
parent9bfd4c29942961fe5be7ee012c29b2b5c390d740
func_frame_drop: Handle allocation failure properly.

Handle allocation failure and simplify the allocation using asprintf.

Resolves: #1366
funcs/func_frame_drop.c