Hi,I am having an issue whenever I call malloc, it returns null. The total number of bytes I need for this part of the application is 161. My work around was to declare an usigned char str[161]. But I just want to figure out what's causing malloc to ...