By Unknown Sabtu, 17 Mei 2014 buffer overflow bugs good code insane ideas Library protocols pure failure Protecting private keys Web servers use private keys which they alone have in order to secure connections with users. Private keys must be protected at all costs. ...
By Unknown Sabtu, 03 Mei 2014 API bad code bugs compatibility file descriptor files good code insane ideas Portability pure failure x86-64 A good idea with bad usage: /dev/urandom Last week, I wrote two articles pointing out issues with unofficial porting efforts of LibreSSL . In these articles, I highlighted some is...
By Unknown Selasa, 02 April 2013 API binary C++ 2011 C++-0x compatibility file descriptor files Function Pointers good code insane ideas lambda functions language Library Optimization Portability protocols Designing C++ functions to write/save to any storage mechanism Problem A common issue when dealing with a custom object or any kind of data is to create some sort of save functionality with it, perhaps w...
By Unknown Kamis, 19 Juli 2012 API binary c99 closed source compatibility debian Function Pointers GCC good code insane ideas Library open source Portability standards compliance x86 x86-64 Creating portable Linux binaries For some, the idea of creating a portable Linux binary is somewhat elusive. In this article, we will be discussing how to create a Linux bin...