Continuous pursuit technical details
发布时间:2013-12-03 11:33:25
1. Misuse of "=" and "==" (equals and compare) in if condition2. Use gcc warning to detect potential issues (e.g. too many arguments)3. Buffer overflow, ending of an array, '\0' is needed.4. Memory issue (deallocate, leak)Solution=======================1=====================#! /usr/bin/.........【阅读全文】