Skip to content

Commit ed4fa9f

Browse files
committed
Merge pull request cppcheck-opensource#231 from scriptum/rpg-add-glib-tests
Add GLib library, add GLib tests (some new bugs found)
2 parents ec61143 + 651ebcf commit ed4fa9f

2 files changed

Lines changed: 673 additions & 0 deletions

File tree

cfg/gtk.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@
2323
<noreturn>false</noreturn>
2424
</function>
2525

26+
<function name="g_strcpy">
27+
<leak-ignore/>
28+
<noreturn>false</noreturn>
29+
<arg nr="1">
30+
<not-null/>
31+
</arg>
32+
<arg nr="2">
33+
<not-null/><not-uninit/>
34+
</arg>
35+
</function>
36+
2637
<function name="g_exit">
2738
<noreturn>true</noreturn>
2839
</function>

0 commit comments

Comments
 (0)