The Samba-Bugzilla – Attachment 17290 Details for
Bug 15068
embedded heimdal asn1 developer build fails on 32bit system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
bug-15068.txt (text/plain), 1.42 KB, created by
Volker Lendecke
on 2022-05-17 06:19:27 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2022-05-17 06:19:27 UTC
Size:
1.42 KB
patch
obsolete
>From 1e8d4241f72cd1f92a726d9c698dadf65a57116e Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Tue, 17 May 2022 08:16:56 +0200 >Subject: [PATCH] third_party: fix 32-bit heimdal build > >Bug: https://bugzilla.samba.org/show_bug.cgi?id=15068 >Signed-off-by: Volker Lendecke <vl@samba.org> >--- > third_party/heimdal/lib/asn1/gen_template.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/third_party/heimdal/lib/asn1/gen_template.c b/third_party/heimdal/lib/asn1/gen_template.c >index 883eab4b671..e053a8bdd8b 100644 >--- a/third_party/heimdal/lib/asn1/gen_template.c >+++ b/third_party/heimdal/lib/asn1/gen_template.c >@@ -830,7 +830,7 @@ template_object_set(IOSObjectSet *os, Field *typeidfield, Field *opentypefield) > } > free(objects); > >- tlist_header(tl, "{ 0, 0, ((void *)(uintptr_t)%lu) }", nobjs); >+ tlist_header(tl, "{ 0, 0, ((void *)(uintptr_t)%zu) }", nobjs); > tlist_print(tl); > tlist_add(tl); > os->symbol->emitted_template = 1; >@@ -970,7 +970,7 @@ template_members(struct templatehead *temp, > "{ A1_OP_NAME, %d, \"%s\" }", (int)m->val, m->name); > nmemb++; > } >- tlist_header(tl, "{ 0, 0, ((void *)(uintptr_t)%lu) }", nmemb); >+ tlist_header(tl, "{ 0, 0, ((void *)(uintptr_t)%zu) }", nmemb); > /* XXX Accidentally O(N^2)? */ > if (!tlist_find_dup(tl)) { > tlist_print(tl); >-- >2.30.2 >
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 15068
: 17290