Mercurial
>
mozilla-central
/ file revision / toolkit/empty-file@e8207773d54d79439940ed836f54027d7ed4dab1
summary
|
shortlog
|
changelog
|
pushlog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
toolkit/empty-file
author
Vladimir Vukicevic <vladimir@pobox.com>
Tue, 08 Sep 2009 11:36:28 -0400
changeset 32308
e8207773d54d79439940ed836f54027d7ed4dab1
parent 1
9b2a99adc05e53cd4010de512f50118594756650
permissions
-rw-r--r--
Bug 504766
. qcms: Fix unaligned reads in qcms. r=jrmuizel Offsets are not guaranteed to be aligned, so don't assume that they are. memcpy instead of just casting and dereferencing.