]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Fix crash in GNATbind during error reporting
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 5 Jun 2024 08:40:35 +0000 (10:40 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Fri, 21 Jun 2024 08:34:21 +0000 (10:34 +0200)
commit728c1454c2b405543687d80238d8af4f12bcdca2
treed4b1088a6a427e9bcb8b92ceb474a354e7a1321c
parent96e037bcd160d2f63a04de09f2d47ed9aae082ad
ada: Fix crash in GNATbind during error reporting

This is the minimal fix to avoid the crash.

gcc/ada/

* bcheck.adb (Check_Consistency_Of_Sdep): Guard against path to ALI
file not found.
gcc/ada/bcheck.adb