This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <string.h> | |
#include <stdlib.h> | |
/* | |
* Simple test program for FORTIFY_SOURCE. | |
* | |
* Compile with the following to test with no source fortification and stack protection off: | |
* gcc -D_FORTIFY_SOURCE=0 -fno-stack-protector fortify.c -o fortify | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#.conkyrc for TODOs | |
# | |
# Slightly modified version of basic config | |
# | |
# Adrian Mouat 2012 | |
# | |
alignment top_right | |
background yes | |
border_width 1 | |
default_color white |