[Poppler-bugs] [Bug 97506] GooString wastes 4 bytes on 64-bit systems

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Sep 5 14:29:59 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=97506

--- Comment #7 from Albert Astals Cid <aacid at kde.org> ---
Well, it's following your math, no?

static const int STR_STATIC_SIZE = STR_FINAL_SIZE - sizeof(int) -
sizeof(char*);
so 
STR_STATIC_SIZE = 32 - 4 + 8 = 36
so if STR_STATIC_SIZE is already 36 the whole thing will be bigger than 32, no?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20160905/7a7917d2/attachment.html>


More information about the Poppler-bugs mailing list