diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-06-07 13:13:32 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-07 13:13:31 -0700 |
| commit | e3954e1572040a5b1008e259f5c0b15905c97485 (patch) | |
| tree | 64f4064c3fc4e1fa86451ef66f51b45ef2216ace /net/unix/af_unix.c | |
| parent | 9dc0febd0581fb4265f4c245d323198533adcbf4 (diff) | |
| parent | 0958ceaaf48ae416872ec23a5fec18e5ed833b56 (diff) | |
Merge "drivers: Warning fixes to disable CC_OPTIMIZE_FOR_SIZE"
Diffstat (limited to 'net/unix/af_unix.c')
| -rw-r--r-- | net/unix/af_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c index b2e934ff2448..1f5d18d80fba 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c @@ -991,7 +991,7 @@ static int unix_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len) struct sockaddr_un *sunaddr = (struct sockaddr_un *)uaddr; char *sun_path = sunaddr->sun_path; int err; - unsigned int hash; + unsigned int hash = 0; struct unix_address *addr; struct hlist_head *list; struct path path = { NULL, NULL }; |
