The Samba-Bugzilla – Attachment 8306 Details for
Bug 9455
munmap called for an address location not mapped by samba
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.5.x
look (text/plain), 692 bytes, created by
Jeremy Allison
on 2012-12-07 23:47:29 UTC
(
hide
)
Description:
Patch for 3.5.x
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2012-12-07 23:47:29 UTC
Size:
692 bytes
patch
obsolete
>diff --git a/source3/lib/util_unistr.c b/source3/lib/util_unistr.c >index f53ef94..e8483d3 100644 >--- a/source3/lib/util_unistr.c >+++ b/source3/lib/util_unistr.c >@@ -45,6 +45,7 @@ void gfree_case_tables(void) > unmap_file(upcase_table, 0x20000); > else > SAFE_FREE(upcase_table); >+ upcase_table = NULL; > } > > if ( lowcase_table ) { >@@ -52,6 +53,7 @@ void gfree_case_tables(void) > unmap_file(lowcase_table, 0x20000); > else > SAFE_FREE(lowcase_table); >+ lowcase_table = NULL; > } > > if ( valid_table ) { >@@ -59,6 +61,7 @@ void gfree_case_tables(void) > unmap_file(valid_table, 0x10000); > else > SAFE_FREE(valid_table); >+ valid_table = NULL; > } > initialized = false; > }
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 Raw
Actions:
View
Attachments on
bug 9455
:
8272
|
8306
|
8333