| Summary: | Missing function pointer initialization in Network code | ||
|---|---|---|---|
| Product: | Base System | Reporter: | rhtiwari <rhtiwari> |
| Component: | kern | Assignee: | Nick Hibma <n_hibma> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 1.0-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
rhtiwari
1999-07-21 07:20:00 UTC
<<On Tue, 20 Jul 1999 23:19:49 -0700 (PDT), rhtiwari@cygsoft.com said: > In file ip_input.c on line 163 you are declaring a pointer: > ip_nat_t *ip_nat_ptr ; > However I was unable to determine where this pointer is being > initialized. Precisely there. It is a declaration of a variable with static lifetime. Please read ISO 9899 (or at least K&R II). > Could somebody please explain to me what exactly is going on in the code? Nothing. This is not a bug, and should not have had a PR filed on it. -GAWollman Responsible Changed From-To: freebsd-bugs->n_hibma remind me to close it in a wee while. State Changed From-To: open->closed Not a bug and explanation has been given. |