Commit 614e837
authored
ustreamer: options: NULL-terminate the copy of
According to N2176 of ISO/IEC 9899:2017 §5.1.2.2.1 ¶2:
> - argv[argc] shall be a null pointer.
Possibly fixes openwrt/packages#28472.argv (#322)1 parent 15a9e28 commit 614e837
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| 307 | + | |
307 | 308 | | |
308 | 309 | | |
309 | 310 | | |
| |||
0 commit comments