[PATCH] D139184: [LLD][Windows]Feature "checksum" for Windows PE

Tanya Lattner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 24 10:08:12 PST 2022


tonic added a comment.

In D139184#4016012 <https://reviews.llvm.org/D139184#4016012>, @Qfrost911 wrote:

> I deem that it is impossible to leak source code because the "checksum" only occupies only a DWORD. If reviewers think there is no problem, please accept the patch so that I can submit this commit.

This about the implementation of checksum. You mentioned that you had looked at leaked nt5 source code. As long as no code has been taken or copied from copyrighted nt5 source, then it is ok from a legal perspective to be included.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139184/new/

https://reviews.llvm.org/D139184



More information about the llvm-commits mailing list