Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 304638 Details for
Bug 445116
Samba network shares not mounting in gnome
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
avoid null pointer deref
wins.diff (text/plain), 604 bytes, created by
Guenther Deschner
on 2008-05-06 15:00:55 UTC
(
hide
)
Description:
avoid null pointer deref
Filename:
MIME Type:
Creator:
Guenther Deschner
Created:
2008-05-06 15:00:55 UTC
Size:
604 bytes
patch
obsolete
> source/nsswitch/wins.c | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > >diff --git a/source/nsswitch/wins.c b/source/nsswitch/wins.c >index 36415c4..7d42381 100644 >--- a/source/nsswitch/wins.c >+++ b/source/nsswitch/wins.c >@@ -140,6 +140,9 @@ static struct in_addr *lookup_byname_backend(const char *name, int *count) > in_addr_to_sockaddr_storage(&ss, *bcast); > pss = name_query(fd,name,0x00,True,True,&ss,count, &flags, NULL); > if (pss) { >+ if ((ret = SMB_MALLOC_P(struct in_addr)) == NULL) { >+ return NULL; >+ } > *ret = ((struct sockaddr_in *)pss)->sin_addr; > break; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 445116
: 304638