diff options
author | Alan Modra <amodra@gmail.com> | 2017-11-05 19:52:13 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-11-05 21:48:08 +1030 |
commit | 26a9301057457ae576b51b8127bb805b4e484a6b (patch) | |
tree | 02daecfaef5312504b4e5ac4c2ed374be6309a63 /gdb/python/py-value.c | |
parent | 7167fe4c70ea74f1bb74a6130bb7e6bf5ca354ee (diff) | |
download | binutils-26a9301057457ae576b51b8127bb805b4e484a6b.zip binutils-26a9301057457ae576b51b8127bb805b4e484a6b.tar.gz binutils-26a9301057457ae576b51b8127bb805b4e484a6b.tar.bz2 |
Proper bound check in _bfd_doprnt_scan
While an abort after storing out of bounds by one to an array in our
caller is probably OK in practice, it's better to check before storing.
PR 22397
* bfd.c (_bfd_doprnt_scan): Check args index before storing, not
after.
Diffstat (limited to 'gdb/python/py-value.c')
0 files changed, 0 insertions, 0 deletions