Coding question - Mailing list pgsql-general

From 徐閔翊 Jordy Hsu
Subject Coding question
Date
Msg-id SG2PR01MB35021742A1EAF40E823F4F14EEAE0@SG2PR01MB3502.apcprd01.prod.exchangelabs.com
Whole thread Raw
List pgsql-general
I have two questions about this file postgres-REL_12_2/src/backend/utils/mmgr/mcxt.c

We have used checkmarx to scan this file and we have checked this file already .

It doesn't have Improper Null Termination issue .

But we are just confuse why need to create two same function "palloc" and "palloc0"(figure1) and why don't use function "strndup" to do this action.

(figure1)

(figure2)

Attached file is checkmarx report .
This question is Improper Null Termination issue 475 (figure2).

I look forward to hearing from you.

Thanks.

Attachment

pgsql-general by date:

Previous
From: Karsten Hilbert
Date:
Subject: Re: How to keep format of views source code as entered?
Next
From: Thomas Kellerer
Date:
Subject: Suggestion: provide a "TRUNCATE PARTITION" command