Skip to content

AFFLIB Version 3.7.19

Compare
Choose a tag to compare
@sshock sshock released this 07 Jul 04:24
· 32 commits to master since this release

Several minor fixes over the last year or so, including fixes for Hurd and other platforms:

  • fix out of scope variables (issue #39)
  • fix double close problem (issue #40)
  • tests no longer rely on /usr/share/dict/ existing (see 15ebb83)
  • fix seg fault on machines with 64-bit long (issue #41)
  • fix EINVAL open errors on hurd-i386 (issue #42)
  • fix some compiler warnings