]> git.eshelyaron.com Git - emacs.git/commit
Fix arbitrary INT_MAX limit on referrer repr
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Jun 2019 07:05:28 +0000 (00:05 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Jun 2019 07:41:13 +0000 (00:41 -0700)
commit4e8083ec81106eedbecb12799823044dbd05bc7e
treeaab33b48cd85a3dd6d97deff71c3e9182947af43
parent5f32ac13c8b42e2a4eaadea1c4d0888ef341c9cd
Fix arbitrary INT_MAX limit on referrer repr

* src/pdumper.c (print_paths_to_root_1):
Don’t assume strlen (repr) < INT_MAX.
src/pdumper.c