Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/external/bsd/nvi/dist/common



In article <20180616185452.AFD29FBEE%cvs.NetBSD.org@localhost>,
Kamil Rytarowski <source-changes-d%NetBSD.org@localhost> wrote:
>-=-=-=-=-=-
>
>Module Name:	src
>Committed By:	kamil
>Date:		Sat Jun 16 18:54:52 UTC 2018
>
>Modified Files:
>	src/external/bsd/nvi/dist/common: log.c
>
>Log Message:
>Do not cause Undefined Behavior in vi(1)
>
>Replace unportable manual calculation of alignof() that causes UB, with
>a GCC extension __alignof__.

Isn't that offsetof() instead?

christos



Home | Main Index | Thread Index | Old Index