summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp-cstr.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2024-01-26 23:03:00 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2024-01-26 23:08:13 -0500
commit89734c4f1d2fb9aa18e44481174eb595134f497b (patch)
treec63525c56dd6d25d4384559f52a893c3886a1441 /lisp/emacs-lisp/comp-cstr.el
parentc37b50ad417c6cb340f54ffe218f5d889345451a (diff)
downloademacs-89734c4f1d2fb9aa18e44481174eb595134f497b.tar.gz
emacs-89734c4f1d2fb9aa18e44481174eb595134f497b.tar.bz2
emacs-89734c4f1d2fb9aa18e44481174eb595134f497b.zip
pdumder.c: Fix bug#68690
The problem was that the offset computed for the `charset_table` array was a multiple of 4 but the `struct charset` needed an alignment on a multiple of 8, so `dump_charset` inserted 4 bytes of padding, whereas you can't have padding at the beginning of an array. * src/pdumper.c (dump_charset): Don't set alignment here. (dump_charset_table): Set it here instead.
Diffstat (limited to 'lisp/emacs-lisp/comp-cstr.el')
0 files changed, 0 insertions, 0 deletions