Opened 15 years ago
Last modified 14 years ago
#5027 closed defect
Build system corrupting compressed layer builds by inserting null characters — at Initial Version
Reported by: | Adam Peller | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | ShrinkSafe | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When doing a build, the compression step is inserting a null character [0x00] whenever it encounters x00 [0x5C 0x78 0x30 0x30]. Seems like IE doesn't like seeing a null in the middle of a stream. Probably best to have a special case and leave x00 alone?
In #5017, the "x00" reference was removed from our source tree. This ticket is to fix ShrinkSafe?.
Note: See
TracTickets for help on using
tickets.