opnsense-src/lib/libc/tests/sys
Enji Cooper 47c347cb58 Fix get_int_via_sysctlbyname(..) on Jenkins
Initialize `oldlen` to the size of the value, instead of leaving the value
unitialized. Leaving it unitialized seems to work by accident on amd64 when
running 64-bit programs, but not on i386.

This matches patterns in use in other programs.

PR:		237458
Approved by:	emaste (mentor; implicit)
MFC after:	1 week
Tested on:	^/head (amd64), ^/stable/11 (i386)
2019-04-22 11:09:24 +00:00
..
brk_test.c Reimplement brk() and sbrk() to avoid the use of _end. 2018-06-04 19:35:15 +00:00
Makefile Add [initial] functional tests for sendfile(2) as lib/libc/sys/sendfile 2019-01-23 22:00:17 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mlock_helper.c style(9): sort the #includes 2017-03-09 09:25:11 +00:00
queue_test.c Add some initial tests for SLIST and STAILQ macros 2015-11-16 04:15:39 +00:00
sendfile_test.c Fix get_int_via_sysctlbyname(..) on Jenkins 2019-04-22 11:09:24 +00:00