Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
protobuf module: fix truncation issue when unpacking (#2800)
It is possible that unpacked files from the classpath share the same name but not the same content. In case an existing unpacked file is replaced by a shorter file, it needs to be properly truncated lest the result be garbage. A warning messages is logged when a proto file gets overwritten. Pull request: #2800 Co-authored-by: Tobias Roeser <[email protected]>
- Loading branch information