From 61feb09eede4792f86e61e6cc4a3d4653974f1a5 Mon Sep 17 00:00:00 2001 From: Hadar Epstein Date: Thu, 25 Mar 2021 22:28:10 -0700 Subject: [PATCH 1/4] s --- clang.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clang.c b/clang.c index 1fff9317..d9a3382b 100644 --- a/clang.c +++ b/clang.c @@ -1,6 +1,7 @@ void f1(struct fred_t *p) { + // dereference p and then check if it's NULL int x = p->x; if (p) From a5d07843a033705f4a4e74cbb2e2881dd8122682 Mon Sep 17 00:00:00 2001 From: Hadar Epstein Date: Wed, 31 Mar 2021 08:17:28 -0700 Subject: [PATCH 2/4] k --- clang.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clang.c b/clang.c index d9a3382b..94bccf83 100644 --- a/clang.c +++ b/clang.c @@ -2,6 +2,7 @@ void f1(struct fred_t *p) { + // dereference p and then check if it's NULL int x = p->x; if (p) From 84694e07df1e58b338fbf320da85cfc1f78e0cae Mon Sep 17 00:00:00 2001 From: Eyal Gerber <35224049+Novodes@users.noreply.github.com> Date: Sun, 9 May 2021 10:38:33 +0300 Subject: [PATCH 3/4] Update ReadMe Added softacheck --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec2d441f..efa843fd 100755 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -README.md -Loops Rule\! +Welcome to the test-repo-cpp! + +www.softacheck.com + +Static Analysis C/C++ Doxygen From 69e5857efc777e718805c3769aeb40e5928f1107 Mon Sep 17 00:00:00 2001 From: Eyal Gerber <35224049+Novodes@users.noreply.github.com> Date: Sat, 29 Jan 2022 07:20:46 +0200 Subject: [PATCH 4/4] Changed readme again --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index efa843fd..20b6ba44 100755 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ Welcome to the test-repo-cpp! www.softacheck.com Static Analysis C/C++ Doxygen + +Testing