MEM05-C Avoid large stack allocations. MEM06-C Ensure that sensitive data is not written out to disk. MEM07-C Ensure that the arguments to calloc(), when multiplied, do not wrap. MEM11-C Do not assume infinite heap space. MEM12-C Consider using a goto chain when leaving a...