We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6aef86 commit c985723Copy full SHA for c985723
1 file changed
cfg/std.cfg
@@ -2464,6 +2464,26 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
2464
<valid>0:</valid>
2465
</arg>
2466
</function>
2467
+ <!-- errno_t memset_s( void *dest, rsize_t destsz, int ch, rsize_t count ) -->
2468
+ <function name="memset_s">
2469
+ <noreturn>false</noreturn>
2470
+ <leak-ignore/>
2471
+ <arg nr="1">
2472
+ <not-null/>
2473
+ <minsize type="argvalue" arg="2"/>
2474
+ </arg>
2475
+ <arg nr="2">
2476
+ <not-uninit/>
2477
+ <valid>0:</valid>
2478
2479
+ <arg nr="3">
2480
2481
2482
+ <arg nr="4">
2483
2484
2485
2486
+ </function>
2487
<!-- void *memset(void *s, int c, size_t n); -->
2488
<function name="memset,std::memset">
2489
<noreturn>false</noreturn>
0 commit comments