This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug locale/22338] locale: Use the right type for allocation sizes (non-portable assumptions).


https://sourceware.org/bugzilla/show_bug.cgi?id=22338

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
> The oringal code is fine, but it's a non-portable assumption to say that
> sizeof (foo **) == sizeof (foo *), it could in theory be different.

Not in GNU C.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]