Skip to content

Version 0.3.3

Choose a tag to compare

@ljtpetersen ljtpetersen released this 05 Jul 03:34
· 9 commits to master since this release
cca572c

Fixed

  • A minor unsoundness hole existed in the method used to allocate SID buffers on Windows.
    Specifically, it was not checked that more than zero bytes were to be allocated,
    and it was not checked that the pointer returned from alloc was non-null.