Skip to content

Commit 9287275

Browse files
committed
posix.cfg: Improved configuration for bcopy(): Warn for potential buffer access out of bounds issues.
1 parent 77c43f2 commit 9287275

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cfg/posix.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2570,6 +2570,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
25702570
<arg nr="1">
25712571
<not-null/>
25722572
<not-uninit/>
2573+
<minsize type="argvalue" arg="3"/>
25732574
</arg>
25742575
<arg nr="2">
25752576
<not-null/>

0 commit comments

Comments
 (0)