Module Name: src Committed By: kamil Date: Fri Aug 3 03:12:32 UTC 2018
Modified Files: src/common/lib/libc/misc: ubsan.c Log Message: Tidy up the comment in ubsan.c As noted, style has no impact on the comparison of a similar code. This version is a reimplementation from scratch with no code and no algirithm (whenever possible) reuse. Public symbols and struct layout must be kept in sync with the code generation part. It casues violation of the style like with long filenames. My previous comment was 'too perfect' and could trigger some unnecessary attention. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/misc/ubsan.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.