Linux Source Code
Home
Release:
6.8
test-stackprotector-all.c
Directory:
tools/build/feature
Added: 2013-09-30
By: Ingo Molnar
Highlighting
Reset All
By Author
By Age
By Commit
──────────
Greg Kroah-Hartman
Ingo Molnar
Overall
main (void)
Contributors:
2
Author
Tokens
Token Proportion
Commits
Commit Proportion
Ingo Molnar
16
94.12%
1
50.00%
Greg Kroah-Hartman
1
5.88%
1
50.00%
Total
17
2
// SPDX-License-Identifier: GPL-2.0
#include <stdio.h>
int main(void) { return puts("hi"); }