mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
In fdformat.c a closing parenthesis is at the wrong place. Instead of adding sizeof _PATH_DEV + 1 to the length of argv[optind], the length of the string starting (sizeof _PATH_DEV + 1) characters after argv[optind]'s beginning (accessing junk memory if we jump over the terminating null character) is passed to malloc(). PR: bin/60026 Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> |
||
|---|---|---|
| .. | ||
| fdformat.1 | ||
| fdformat.c | ||
| Makefile | ||