Ticket #5027 (closed defect: fixed)
Build system corrupting compressed layer builds by inserting null characters
| Reported by: | peller | Owned by: | peller |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | ShrinkSafe | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by peller) (diff)
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?.
See also #6628
Change History
Note: See
TracTickets for help on using
tickets.