Bug 1798904 Comment 5 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

We took a look at a crash report: https://crash-stats.mozilla.org/report/index/1e831b3f-a087-4b6a-986d-ecfbc0221103#tab-rawdump

And found some weird values for [aFileName](https://hg.mozilla.org/releases/mozilla-beta/file/a93c8de4206aa2604c2d1b96395a7648cbf94948/modules/libjar/nsJAR.cpp#l291):
-		aFilename	<Error reading characters of string.>	const nsTSubstring<char> &
-		Length	{mLength=0x5b5f5e6c }	mozilla::detail::nsTStringLengthStorage<char>
		mLength	0x5b5f5e6c	unsigned int
		Flags	0xc25d	mozilla::detail::StringDataFlags
-		[Raw View]	{...}	const nsTSubstring<char>
We took a look at a crash report: https://crash-stats.mozilla.org/report/index/1e831b3f-a087-4b6a-986d-ecfbc0221103#tab-rawdump

And found some weird values for [aFileName](https://hg.mozilla.org/releases/mozilla-beta/file/a93c8de4206aa2604c2d1b96395a7648cbf94948/modules/libjar/nsJAR.cpp#l291):
```
-		aFilename	<Error reading characters of string.>	const nsTSubstring<char> &
-		Length	{mLength=0x5b5f5e6c }	mozilla::detail::nsTStringLengthStorage<char>
		mLength	0x5b5f5e6c	unsigned int
		Flags	0xc25d	mozilla::detail::StringDataFlags
-		[Raw View]	{...}	const nsTSubstring<char>
```

Back to Bug 1798904 Comment 5