[PR #83] [MERGED] Added additional check to make sure that data is properly copied to a… #828

Closed
opened 2026-01-29 22:17:46 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/83
Author: @haykpetros
Created: 8/5/2015
Status: Merged
Merged: 8/30/2015
Merged by: @adamhathcock

Base: masterHead: issue_80


📝 Commits (1)

  • 9bf5df7 Added additional check to make sure that data is properly copied to array regardless fo computer/CPU platform (little-endian or big-endian). In case of big-endian platform intermediate array will be reversed prior to copying to destination array.

📊 Changes

1 file changed (+8 additions, -0 deletions)

View changed files

📝 SharpCompress/Utility.cs (+8 -0)

📄 Description

…rray regardless fo computer/CPU platform (little-endian or big-endian). In case of big-endian platform intermediate array will be reversed prior to copying to destination array.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/83 **Author:** [@haykpetros](https://github.com/haykpetros) **Created:** 8/5/2015 **Status:** ✅ Merged **Merged:** 8/30/2015 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `issue_80` --- ### 📝 Commits (1) - [`9bf5df7`](https://github.com/adamhathcock/sharpcompress/commit/9bf5df72a69ea1adcf5e43a99708f5302bae4557) Added additional check to make sure that data is properly copied to array regardless fo computer/CPU platform (little-endian or big-endian). In case of big-endian platform intermediate array will be reversed prior to copying to destination array. ### 📊 Changes **1 file changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `SharpCompress/Utility.cs` (+8 -0) </details> ### 📄 Description …rray regardless fo computer/CPU platform (little-endian or big-endian). In case of big-endian platform intermediate array will be reversed prior to copying to destination array. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:17:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#828