This file lists the bugs you must be aware of. Be sure to check this
file before using the CPL.
 
Bugs in other libraries:
  When running valgrind and if using cpl_wcs, you might get the following memory leak. This
  should be fixed in the next release of WCSLIB.

  16,426 bytes in 2 blocks are still reachable in loss record 1 of 1
  at 0x40235B5: malloc (in /usr/lib/valgrind/x86-linux/vgpreload_memcheck.so)
  by 0x405B36E: yy_flex_alloc (lex.wcspih.c:10316)
  by 0x405AFB1: wcspih_create_buffer (lex.wcspih.c:9987)
  by 0x4057962: wcspih (lex.wcspih.c:8294)

  Warnings might happen of type "Uninitialized memory read:
  regcomp [libc.so.6]
  re_compile_internal [libc.so.6]
  parse_reg_exp [libc.so.6]
  These warnings come from a regular expression parser in the C libray.

Limitations:
  On HP-UX and Sun Solaris platforms only the GNU C compiler is currently
  supported. 
