This file is indexed.

/usr/share/doc/libadolc-dev/BUGS is in libadolc-dev 2.6.3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
Not many:

- incorrect results in rare cases if using malloc
  => default for ADOL-C memory allocation changed to calloc

- operations like adouble=value/adouble, adouble=value*adouble, etc. that
  overwrite the adouble argument cause either a segmentation fault, an error
  in seeking/reading the taylor stack or wrong derivatives when applying the
  reverse mode (only one taylor gets written but two are read back)