[nut-Bugs][312956] Direct raw calls used for memory allocation functions in .c files.

nut-bugs at alioth.debian.org nut-bugs at alioth.debian.org
Fri Jan 28 10:17:24 UTC 2011


Bugs item #312956, was changed at 2011-01-28 10:21 by Arjen de Korte
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=411542&aid=312956&group_id=30602

>Status: Closed
>Priority: 1
Submitted By: prachi gandhi (prachi-guest)
Assigned to: Nobody (None)
Summary: Direct raw calls used for memory allocation functions in .c files. 
Category: Documentation
Group: None
>Resolution: Wont Fix


Initial Comment:
Memory allocation functions calloc, malloc and realloc are directly used instead of xcalloc, xmalloc and xrealloc which checks result of base call before continuing. The result log is attached in text file.

----------------------------------------------------------------------

>Comment By: Arjen de Korte (adkorte-guest)
Date: 2011-01-28 11:17

Message:
Again, this is not wrong. There is no reason to mandate the use of the wrappers around the memory allocation function. If developers choose to handle this themselves that's perfectly fine.

----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=411542&aid=312956&group_id=30602



More information about the NUT-tracker mailing list