mirror of
https://github.com/opnsense/src.git
synced 2026-03-06 23:31:04 -05:00
aren't silently converted to minbrk. This stops malloc(INT_MAX) from dumping core. Small values are still silently converted. They should be an error. sbrk() doesn't do any range checking or conversions or overflow checking. Moved PIC_EPILOGUE invocation to a more natural place where it obviously doesn't interfere with the comparison. |
||
|---|---|---|
| .. | ||
| brk.S | ||
| cerror.S | ||
| exect.S | ||
| Makefile.inc | ||
| pipe.S | ||
| ptrace.S | ||
| reboot.S | ||
| sbrk.S | ||
| setlogin.S | ||
| sigreturn.S | ||
| vfork.S | ||