mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 19:30:29 -05:00
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) |
||
|---|---|---|
| .. | ||
| brk_test.c | ||
| Makefile | ||
| Makefile.depend | ||
| mlock_helper.c | ||
| queue_test.c | ||
| sendfile_test.c | ||