编译gcc
摘要:在gcc编译目录下找到最新的libstdc++.so,拷贝至/usr/lib64/,运行命令ldconfig
阅读全文
内存的非法读写操作的检查
摘要:valgrind什么的就不说了AddressSanitizer除了heap,stack的也可以https://en.wikipedia.org/wiki/AddressSanitizer#Stack-buffer-overflowhttp://developerblog.redhat.com/201...
阅读全文
Git合并特定commits 到另一个分支
摘要:https://ariejan.net/2010/06/10/cherry-picking-specific-commits-from-another-branch/http://blog.csdn.net/ybdesire/article/details/42145597经常被问到如何从一个分支合...
阅读全文